2 writes to Journal
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
414
Journal
= new Journal();
System\Windows\Controls\Frame.cs (1)
1268
_ownJournalScope.
Journal
= state.Journal;
27 references to Journal
PresentationFramework (27)
MS\Internal\AppModel\JournalNavigationScope.cs (9)
190
JournalEntry je =
Journal
.BeginForwardNavigation();
212
JournalEntry je =
Journal
.BeginBackNavigation();
240
return
Journal
.BackStack;
249
return
Journal
.ForwardStack;
276
Journal journal =
Journal
;
298
JournalEntry entry =
Journal
[index];
309
if (!
Journal
.IsNavigable(entry))
318
NavigationMode mode =
Journal
.GetNavigationMode(entry);
362
Journal journal =
Journal
;
System\Windows\Controls\Frame.cs (2)
1248
state.Journal = _ownJournalScope.
Journal
;
1348
parentJns.
Journal
.RemoveEntries(_navigationService.GuidId);
System\Windows\Navigation\NavigationService.cs (15)
569
if (_journalScope != null && _journalScope.
Journal
.HasUncommittedNavigation)
618
JournalScope.
Journal
.UpdateView();
651
JournalScope.
Journal
.UpdateView();
1024
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1191
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1701
_journalScope.
Journal
.UpdateView();
2331
JournalScope.
Journal
.UpdateView();
2649
JournalEntry je = _journalScope.
Journal
.CurrentEntry;
3135
JournalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3166
journalScope.
Journal
.UpdateCurrentEntry(journalEntry);
3171
journalScope.
Journal
.RecordNewNavigation();
3175
journalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3741
Journal journal = JournalScope.
Journal
;
3876
Journal journal = JournalScope.
Journal
;
3932
JournalEntry parentEntry = (JournalScope.
Journal
)[parentIndex];
System\Windows\Navigation\NavigationWindow.cs (1)
967
return _JNS.
Journal
;