I have a Page page in a Frame frame, with frame.DataContext = "foo".
(page.Parent as Frame).DataContextis"foo". ok- BindingExpression for
page.DataContextisnull(also forced with ClearValue). ok page.DataContextisnull. but I expected "foo"!
Why isn't the DataContext inherited? As far as I understand the Frame sandboxes the content. But I couldn't find any documentation of this behavior - can anyone point me to a place where this is mentioned?
