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(); 516get { return _JNS.BackStack; } 524get { return _JNS.ForwardStack; } 638return _JNS.CanGoForward; 650return _JNS.CanGoBack; 890_JNS.EnsureJournal(); 951return _JNS.Journal; 962return _JNS;