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