2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1323_ownJournalScope = new JournalNavigationScope(this);
System\Windows\Navigation\NavigationWindow.cs (1)
216_JNS = new JournalNavigationScope(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
210JournalNavigationScope GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
40"CanGoBack", typeof(bool), typeof(JournalNavigationScope), 48"CanGoForward", typeof(bool), typeof(JournalNavigationScope), 58"BackStack", typeof(IEnumerable), typeof(JournalNavigationScope), 66"ForwardStack", typeof(IEnumerable), typeof(JournalNavigationScope), 249JournalNavigationScope INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
309JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 318JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 324JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 330JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 767JournalNavigationScope INavigator.GetJournal(bool create) 775private JournalNavigationScope GetJournal(bool create) 782JournalNavigationScope jns = GetParentJournal(create); 1302private JournalNavigationScope GetParentJournal(bool create) 1304JournalNavigationScope jns = null; 1320JournalNavigationScope parentJns = GetParentJournal(false/*don't create*/); 1352JournalNavigationScope.ClearDPValues(this); 1392private JournalNavigationScope _ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
65JournalNavigationScope jns = JournalScope; 402private JournalNavigationScope EnsureJournal() 3083JournalNavigationScope journalScope = EnsureJournal(); 3444JournalNavigationScope jns = JournalScope; 3953private JournalNavigationScope JournalScope 4039private JournalNavigationScope _journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
100JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 106JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 115JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 124JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 301JournalNavigationScope INavigator.GetJournal(bool create) 950internal JournalNavigationScope JournalNavigationScope 1105private JournalNavigationScope _JNS;