1 write to _JNS
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
217_JNS = new JournalNavigationScope(this);
13 references to _JNS
PresentationFramework (13)
System\Windows\Navigation\NavigationWindow.cs (13)
212Debug.Assert(_navigationService == null && _JNS == null); 304Debug.Assert(_JNS != null); 305return _JNS; 318_JNS.GoForward(); 330_JNS.GoBack(); 382return _JNS.RemoveBackEntry(); 513get { return _JNS.BackStack; } 521get { return _JNS.ForwardStack; } 635return _JNS.CanGoForward; 647return _JNS.CanGoBack; 886_JNS.EnsureJournal(); 947return _JNS.Journal; 958return _JNS;