In WP 7.1, a BackStack property was added to the navigation service that provides an enumerable of navigation history. Without this property, it is not possible to reliably remove all items from the backstack, which is necessarily in a user logout scenario (back button should exit application).<br /><br />Footprint is:<br />public IEnumerable<JournalEntry> BackStack { get; }<br /><br />Full class documentation is here:<br />http://msdn.microsoft.com/en-us/library/system.windows.navigation.navigationservice(v=vs.92).aspx
↧