2 instantiations of JournalNavigationScope
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
1351_ownJournalScope = new JournalNavigationScope(this);
System\Windows\Navigation\NavigationWindow.cs (1)
233_JNS = new JournalNavigationScope(this);
31 references to JournalNavigationScope
PresentationFramework (31)
MS\Internal\AppModel\INavigator.cs (1)
217JournalNavigationScope GetJournal(bool create);
MS\Internal\AppModel\JournalNavigationScope.cs (5)
44"CanGoBack", typeof(bool), typeof(JournalNavigationScope), 52"CanGoForward", typeof(bool), typeof(JournalNavigationScope), 62"BackStack", typeof(IEnumerable), typeof(JournalNavigationScope), 70"ForwardStack", typeof(IEnumerable), typeof(JournalNavigationScope), 253JournalNavigationScope INavigator.GetJournal(bool create)
System\Windows\Controls\Frame.cs (12)
323JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 332JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 338JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 344JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 784JournalNavigationScope INavigator.GetJournal(bool create) 792private JournalNavigationScope GetJournal(bool create) 799JournalNavigationScope jns = GetParentJournal(create); 1327private JournalNavigationScope GetParentJournal(bool create) 1329JournalNavigationScope jns = null; 1345JournalNavigationScope parentJns = GetParentJournal(false/*don't create*/); 1380JournalNavigationScope.ClearDPValues(this); 1420private JournalNavigationScope _ownJournalScope;
System\Windows\Navigation\NavigationService.cs (6)
80JournalNavigationScope jns = JournalScope; 422private JournalNavigationScope EnsureJournal() 3148JournalNavigationScope journalScope = EnsureJournal(); 3509JournalNavigationScope jns = JournalScope; 4024private JournalNavigationScope JournalScope 4110private JournalNavigationScope _journalScope;
System\Windows\Navigation\NavigationWindow.cs (7)
117JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 123JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 132JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 141JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 318JournalNavigationScope INavigator.GetJournal(bool create) 971internal JournalNavigationScope JournalNavigationScope 1126private JournalNavigationScope _JNS;