3 writes to Journal
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
437
Journal
= new Journal();
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
532
base.JournalNavigationScope.
Journal
= journal;
src\Framework\System\Windows\Controls\Frame.cs (1)
1288
_ownJournalScope.
Journal
= state.Journal;
26 references to Journal
PresentationFramework (26)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (8)
203
JournalEntry je =
Journal
.BeginForwardNavigation();
230
JournalEntry je =
Journal
.BeginBackNavigation();
258
return
Journal
.BackStack;
267
return
Journal
.ForwardStack;
294
Journal journal =
Journal
;
321
JournalEntry entry =
Journal
[index];
332
if (!
Journal
.IsNavigable(entry))
341
NavigationMode mode =
Journal
.GetNavigationMode(entry);
src\Framework\System\Windows\Controls\Frame.cs (2)
1268
state.Journal = _ownJournalScope.
Journal
;
1368
parentJns.
Journal
.RemoveEntries(_navigationService.GuidId);
src\Framework\System\Windows\Navigation\NavigationService.cs (15)
697
if (_journalScope != null && _journalScope.
Journal
.HasUncommittedNavigation)
746
JournalScope.
Journal
.UpdateView();
779
JournalScope.
Journal
.UpdateView();
1152
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1345
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1873
_journalScope.
Journal
.UpdateView();
2514
JournalScope.
Journal
.UpdateView();
2832
JournalEntry je = _journalScope.
Journal
.CurrentEntry;
3370
JournalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3401
journalScope.
Journal
.UpdateCurrentEntry(journalEntry);
3410
journalScope.
Journal
.RecordNewNavigation();
3414
journalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
4016
Journal journal = JournalScope.
Journal
;
4152
Journal journal = JournalScope.
Journal
;
4208
JournalEntry parentEntry = (JournalScope.
Journal
)[parentIndex];
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
994
return _JNS.
Journal
;