I am new to WPF programming model. I have few queries:
Does Page tag in XAML (in an XBAP application) is of type FrameworkElement?
if i have a child element lets say Frame inside a Page. I pass that frame element in a function in another assembly. Now i try to navigate back to the Page from Frame control's Parent property i am not able to get a reference to Page? Any thoughts?