2 instantiations of JournalNavigationScope
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
1371_ownJournalScope = new JournalNavigationScope(this);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
252_JNS = new JournalNavigationScope(this);
31 references to JournalNavigationScope
PresentationFramework (31)
src\Framework\MS\Internal\AppModel\INavigator.cs (1)
223JournalNavigationScope GetJournal(bool create);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (5)
49"CanGoBack", typeof(bool), typeof(JournalNavigationScope), 57"CanGoForward", typeof(bool), typeof(JournalNavigationScope), 67"BackStack", typeof(IEnumerable), typeof(JournalNavigationScope), 75"ForwardStack", typeof(IEnumerable), typeof(JournalNavigationScope), 271JournalNavigationScope INavigator.GetJournal(bool create)
src\Framework\System\Windows\Controls\Frame.cs (12)
335JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 344JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 350JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 356JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 805JournalNavigationScope INavigator.GetJournal(bool create) 813private JournalNavigationScope GetJournal(bool create) 820JournalNavigationScope jns = GetParentJournal(create); 1347private JournalNavigationScope GetParentJournal(bool create) 1349JournalNavigationScope jns = null; 1365JournalNavigationScope parentJns = GetParentJournal(false/*don't create*/); 1400JournalNavigationScope.ClearDPValues(this); 1440private JournalNavigationScope _ownJournalScope;
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
91JournalNavigationScope jns = JournalScope; 452private JournalNavigationScope EnsureJournal() 3381JournalNavigationScope journalScope = EnsureJournal(); 3783JournalNavigationScope jns = JournalScope; 4298private JournalNavigationScope JournalScope 4384private JournalNavigationScope _journalScope;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (7)
130JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 136JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 145JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 154JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow)); 338JournalNavigationScope INavigator.GetJournal(bool create) 998internal JournalNavigationScope JournalNavigationScope 1154private JournalNavigationScope _JNS;