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)
228
Debug.Assert(_navigationService == null &&
_JNS
== null);
320
Debug.Assert(
_JNS
!= null);
321
return
_JNS
;
334
_JNS
.GoForward();
346
_JNS
.GoBack();
398
return
_JNS
.RemoveBackEntry();
532
get { return
_JNS
.BackStack; }
540
get { return
_JNS
.ForwardStack; }
654
return
_JNS
.CanGoForward;
666
return
_JNS
.CanGoBack;
906
_JNS
.EnsureJournal();
967
return
_JNS
.Journal;
978
return
_JNS
;