2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1339_ownJournalScope = new JournalNavigationScope(this);
System\Windows\Navigation\NavigationWindow.cs (1)
217_JNS = new JournalNavigationScope(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
211JournalNavigationScope GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
41"CanGoBack", typeof(bool), typeof(JournalNavigationScope), 49"CanGoForward", typeof(bool), typeof(JournalNavigationScope), 59"BackStack", typeof(IEnumerable), typeof(JournalNavigationScope), 67"ForwardStack", typeof(IEnumerable), typeof(JournalNavigationScope), 250JournalNavigationScope INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
311JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 320JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 326JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 332JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 772JournalNavigationScope INavigator.GetJournal(bool create) 780private JournalNavigationScope GetJournal(bool create) 787JournalNavigationScope jns = GetParentJournal(create); 1315private JournalNavigationScope GetParentJournal(bool create) 1317JournalNavigationScope jns = null; 1333JournalNavigationScope parentJns = GetParentJournal(false/*don't create*/); 1368JournalNavigationScope.ClearDPValues(this); 1408private JournalNavigationScope _ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
71JournalNavigationScope jns = JournalScope; 411private JournalNavigationScope EnsureJournal() 3137JournalNavigationScope journalScope = EnsureJournal(); 3498JournalNavigationScope jns = JournalScope; 4013private JournalNavigationScope JournalScope 4099private JournalNavigationScope _journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
101JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 107JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 116JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 125JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 302JournalNavigationScope INavigator.GetJournal(bool create) 955internal JournalNavigationScope JournalNavigationScope 1110private JournalNavigationScope _JNS;