2 writes to Journal
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
411
Journal
= new Journal();
System\Windows\Controls\Frame.cs (1)
1256
_ownJournalScope.
Journal
= state.Journal;
27 references to Journal
PresentationFramework (27)
MS\Internal\AppModel\JournalNavigationScope.cs (9)
187
JournalEntry je =
Journal
.BeginForwardNavigation();
209
JournalEntry je =
Journal
.BeginBackNavigation();
237
return
Journal
.BackStack;
246
return
Journal
.ForwardStack;
273
Journal journal =
Journal
;
295
JournalEntry entry =
Journal
[index];
306
if (!
Journal
.IsNavigable(entry))
315
NavigationMode mode =
Journal
.GetNavigationMode(entry);
359
Journal journal =
Journal
;
System\Windows\Controls\Frame.cs (2)
1236
state.Journal = _ownJournalScope.
Journal
;
1336
parentJns.
Journal
.RemoveEntries(_navigationService.GuidId);
System\Windows\Navigation\NavigationService.cs (15)
560
if (_journalScope != null && _journalScope.
Journal
.HasUncommittedNavigation)
609
JournalScope.
Journal
.UpdateView();
642
JournalScope.
Journal
.UpdateView();
1015
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1182
Debug.Assert(!JournalScope.
Journal
.HasUncommittedNavigation);
1692
_journalScope.
Journal
.UpdateView();
2322
JournalScope.
Journal
.UpdateView();
2640
JournalEntry je = _journalScope.
Journal
.CurrentEntry;
3126
JournalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3157
journalScope.
Journal
.UpdateCurrentEntry(journalEntry);
3162
journalScope.
Journal
.RecordNewNavigation();
3166
journalScope.
Journal
.CommitJournalNavigation(destinationJournalEntry);
3732
Journal journal = JournalScope.
Journal
;
3867
Journal journal = JournalScope.
Journal
;
3923
JournalEntry parentEntry = (JournalScope.
Journal
)[parentIndex];
System\Windows\Navigation\NavigationWindow.cs (1)
951
return _JNS.
Journal
;