1 write to _JNS
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
233_JNS = new JournalNavigationScope(this);
13 references to _JNS
PresentationFramework (13)
System\Windows\Navigation\NavigationWindow.cs (13)
228Debug.Assert(_navigationService == null && _JNS == null); 320Debug.Assert(_JNS != null); 321return _JNS; 334_JNS.GoForward(); 346_JNS.GoBack(); 398return _JNS.RemoveBackEntry(); 532get { return _JNS.BackStack; } 540get { return _JNS.ForwardStack; } 654return _JNS.CanGoForward; 666return _JNS.CanGoBack; 906_JNS.EnsureJournal(); 967return _JNS.Journal; 978return _JNS;