42 references to JournalScope
PresentationFramework (42)
System\Windows\Navigation\NavigationService.cs (42)
71
JournalNavigationScope jns =
JournalScope
;
148
if ((navigator == null) && (
JournalScope
!= null))
150
navigator =
JournalScope
.FindTarget(target);
408
/// <see cref="
JournalScope
"/> property
600
Invariant.Assert(ncChild.
JournalScope
== null || ncChild.IsJournalLevelContainer,
606
if (
JournalScope
!= null)
609
JournalScope
.Journal.UpdateView();
639
if (
JournalScope
!= null)
642
JournalScope
.Journal.UpdateView();
818
if (dobj != null &&
JournalScope
!= null)
1015
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1182
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1253
if (
JournalScope
!= null &&
JournalScope
.RootNavigationService != this)
1255
rootNavigationService =
JournalScope
.RootNavigationService;
1462
if (
JournalScope
== null)
1464
return
JournalScope
.RemoveBackEntry();
1715
get { return
JournalScope
!= null &&
JournalScope
.CanGoForward; }
1727
get { return
JournalScope
!= null &&
JournalScope
.CanGoBack; }
1739
if (
JournalScope
== null)
1741
JournalScope
.GoForward();
1753
if (
JournalScope
== null)
1755
JournalScope
.GoBack();
1835
if (
JournalScope
!= null)
1845
JournalScope
.AbortJournalNavigation();
2088
if (
JournalScope
!= null)
2090
JournalScope
.AbortJournalNavigation();
2182
if (
JournalScope
!= null)
2184
JournalScope
.AbortJournalNavigation();
2318
if (
JournalScope
!= null)
2322
JournalScope
.Journal.UpdateView();
3124
&&
JournalScope
!= null)
3126
JournalScope
.Journal.CommitJournalNavigation(destinationJournalEntry);
3341
JournalScope
== null ? null :
JournalScope
.NavigatorHost as NavigationWindow;
3498
JournalNavigationScope jns =
JournalScope
;
3727
if (
JournalScope
== null)
3732
Journal journal =
JournalScope
.Journal;
3867
Journal journal =
JournalScope
.Journal;
3923
JournalEntry parentEntry = (
JournalScope
.Journal)[parentIndex];