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)
211
Debug.Assert(_navigationService == null &&
_JNS
== null);
303
Debug.Assert(
_JNS
!= null);
304
return
_JNS
;
317
_JNS
.GoForward();
329
_JNS
.GoBack();
381
return
_JNS
.RemoveBackEntry();
512
get { return
_JNS
.BackStack; }
520
get { return
_JNS
.ForwardStack; }
634
return
_JNS
.CanGoForward;
646
return
_JNS
.CanGoBack;
885
_JNS
.EnsureJournal();
946
return
_JNS
.Journal;
957
return
_JNS
;