45 references to JournalScope
PresentationFramework (45)
src\Framework\System\Windows\Navigation\NavigationService.cs (45)
91
JournalNavigationScope jns =
JournalScope
;
168
if ((navigator == null) && (
JournalScope
!= null))
170
navigator =
JournalScope
.FindTarget(target);
449
/// <see cref="
JournalScope
"/> property
480
if ((
JournalScope
!= null &&
JournalScope
.NavigatorHost is RootBrowserWindow) ||
481
(
JournalScope
== null &&
737
Invariant.Assert(ncChild.
JournalScope
== null || ncChild.IsJournalLevelContainer,
743
if (
JournalScope
!= null)
746
JournalScope
.Journal.UpdateView();
776
if (
JournalScope
!= null)
779
JournalScope
.Journal.UpdateView();
955
if (dobj != null &&
JournalScope
!= null)
1152
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1345
Debug.Assert(!
JournalScope
.Journal.HasUncommittedNavigation);
1416
if (
JournalScope
!= null &&
JournalScope
.RootNavigationService != this)
1418
rootNavigationService =
JournalScope
.RootNavigationService;
1628
if (
JournalScope
== null)
1630
return
JournalScope
.RemoveBackEntry();
1896
get { return
JournalScope
!= null &&
JournalScope
.CanGoForward; }
1908
get { return
JournalScope
!= null &&
JournalScope
.CanGoBack; }
1920
if (
JournalScope
== null)
1922
JournalScope
.GoForward();
1934
if (
JournalScope
== null)
1936
JournalScope
.GoBack();
2016
if (
JournalScope
!= null)
2026
JournalScope
.AbortJournalNavigation();
2269
if (
JournalScope
!= null)
2271
JournalScope
.AbortJournalNavigation();
2363
if (
JournalScope
!= null)
2365
JournalScope
.AbortJournalNavigation();
2510
if (
JournalScope
!= null)
2514
JournalScope
.Journal.UpdateView();
3367
&&
JournalScope
!= null)
3370
JournalScope
.Journal.CommitJournalNavigation(destinationJournalEntry);
3588
JournalScope
== null ? null :
JournalScope
.NavigatorHost as NavigationWindow;
3783
JournalNavigationScope jns =
JournalScope
;
4011
if (
JournalScope
== null)
4016
Journal journal =
JournalScope
.Journal;
4152
Journal journal =
JournalScope
.Journal;
4208
JournalEntry parentEntry = (
JournalScope
.Journal)[parentIndex];