1 write to _journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
420
_journal
= value;
22 references to _journal
PresentationFramework (22)
MS\Internal\AppModel\JournalNavigationScope.cs (22)
167
return
_journal
!= null && !InAppShutdown &&
_journal
.CanGoForward;
175
return
_journal
!= null && !InAppShutdown &&
_journal
.CanGoBack;
229
return
_journal
== null ? null :
_journal
.RemoveBackEntry();
281
if (
_journal
== null)
284
int realIndex =
_journal
.FindIndexForEntryWithId(entryId);
288
JournalEntry entry =
_journal
[realIndex];
290
return
_journal
.IsNavigable(entry);
333
if (
_journal
!= null)
335
_journal
.AbortJournalNavigation();
409
if (
_journal
== null)
413
return
_journal
;
418
Debug.Assert(
_journal
== null && value != null,
421
_journal
.Filter = new JournalEntryFilter(this.IsEntryNavigable);
422
_journal
.BackForwardStateChange += new EventHandler(OnBackForwardStateChange);
425
navigator.SetValue(BackStackPropertyKey,
_journal
.BackStack);
426
navigator.SetValue(ForwardStackPropertyKey,
_journal
.ForwardStack);
453
Debug.Assert(sender ==
_journal
);
458
bool newState =
_journal
.CanGoBack;
464
newState =
_journal
.CanGoForward;