I have a Page which is loaded inside a Frame element via it's Source property. I need to get access to the Frames .BackStack property from the source xaml's code-behind... Is that possible?
so roughly the code is -
<Frame x:Name="contentFrame" Source="ProjectsPage.xaml"/>
in the ProjectsPage.xaml.cs i want to access properties on its parent frame.