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)
212
Debug.Assert(_navigationService == null &&
_JNS
== null);
304
Debug.Assert(
_JNS
!= null);
305
return
_JNS
;
318
_JNS
.GoForward();
330
_JNS
.GoBack();
382
return
_JNS
.RemoveBackEntry();
513
get { return
_JNS
.BackStack; }
521
get { return
_JNS
.ForwardStack; }
635
return
_JNS
.CanGoForward;
647
return
_JNS
.CanGoBack;
886
_JNS
.EnsureJournal();
947
return
_JNS
.Journal;
958
return
_JNS
;