1 write to _JNS
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
216_JNS = new JournalNavigationScope(this);
13 references to _JNS
PresentationFramework (13)
System\Windows\Navigation\NavigationWindow.cs (13)
211Debug.Assert(_navigationService == null && _JNS == null); 303Debug.Assert(_JNS != null); 304return _JNS; 317_JNS.GoForward(); 329_JNS.GoBack(); 381return _JNS.RemoveBackEntry(); 512get { return _JNS.BackStack; } 520get { return _JNS.ForwardStack; } 634return _JNS.CanGoForward; 646return _JNS.CanGoBack; 885_JNS.EnsureJournal(); 946return _JNS.Journal; 957return _JNS;