This question is locked. New answers and comments are not allowed.
I want to bind PictureSource to a collection of <string> that I generate on my video model but when I do this and then setup a DataTemplate for use with the BackContent, it thinks its data context is the collection of string. I have a complex dataTemplate that has numerous bindings in it so the way PictureSource binding appears to blow away the data context of the control itself is very problematic.
UPDATE: It appears I had accidentially had BackContent bound to something that was causing the problem. Please disregard. I needed to have the BackContent bound to ="{Binding }". This made it work as expected!
UPDATE: It appears I had accidentially had BackContent bound to something that was causing the problem. Please disregard. I needed to have the BackContent bound to ="{Binding }". This made it work as expected!