2 writes to Journal
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
407
Journal
= new Journal();
System\Windows\Controls\Frame.cs (1)
1249
_ownJournalScope.
Journal
= state.Journal;
27 references to Journal
PresentationFramework (27)
MS\Internal\AppModel\JournalNavigationScope.cs (9)
186
JournalEntry je =
Journal
.BeginForwardNavigation();
208
JournalEntry je =
Journal
.BeginBackNavigation();
236
return
Journal
.BackStack;
245
return
Journal
.ForwardStack;
272
Journal journal =
Journal
;
294
JournalEntry entry =
Journal
[index];
305
if (!
Journal
.IsNavigable(entry))
314
NavigationMode mode =
Journal
.GetNavigationMode(entry);
355
Journal journal =
Journal
;
System\Windows\Controls\Frame.cs (2)
1229
state.Journal = _ownJournalScope.
Journal
;
1321
parentJns?.
Journal
.RemoveEntries(_navigationService.GuidId);
System\Windows\Navigation\NavigationService.cs (15)
548
if (_journalScope != null && _journalScope.
Journal
.HasUncommittedNavigation)
592
JournalScope?.
Journal
.UpdateView();
622
JournalScope?.
Journal
.UpdateView();
991
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1152
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1655
_journalScope.
Journal
.UpdateView();
2268
JournalScope.
Journal
.UpdateView();
2586
JournalEntry je = _journalScope.
Journal
.CurrentEntry;
3072
JournalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3103
journalScope.
Journal
.UpdateCurrentEntry(journalEntry);
3108
journalScope.
Journal
.RecordNewNavigation();
3112
journalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3672
Journal journal = JournalScope.
Journal
;
3807
Journal journal = JournalScope.
Journal
;
3863
JournalEntry parentEntry = (JournalScope.
Journal
)[parentIndex];
System\Windows\Navigation\NavigationWindow.cs (1)
946
return _JNS.
Journal
;