1 write to _JNS
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
252_JNS = new JournalNavigationScope(this);
13 references to _JNS
PresentationFramework (13)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (13)
247Debug.Assert(_navigationService == null && _JNS == null); 340Debug.Assert(_JNS != null); 341return _JNS; 354_JNS.GoForward(); 366_JNS.GoBack(); 418return _JNS.RemoveBackEntry(); 559get { return _JNS.BackStack; } 567get { return _JNS.ForwardStack; } 681return _JNS.CanGoForward; 693return _JNS.CanGoBack; 933_JNS.EnsureJournal(); 994return _JNS.Journal; 1005return _JNS;