4 writes to _journalEntryGroupState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
1162
_journalEntryGroupState
= null; // start anew
1175
_journalEntryGroupState
= navInfo.JournalEntry.JEGroupState;
1648
_journalEntryGroupState
= navigateInfo.JournalEntry.JEGroupState;
3133
_journalEntryGroupState
= new JournalEntryGroupState(_guidId, _contentId);
11 references to _journalEntryGroupState
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
1173
Debug.Assert(
_journalEntryGroupState
== null ||
1174
_journalEntryGroupState
.ContentId != _contentId); // because _bp != bp
1649
_contentId =
_journalEntryGroupState
.ContentId;
3130
(
_journalEntryGroupState
== null ||
_journalEntryGroupState
.ContentId == _contentId));
3131
if (
_journalEntryGroupState
== null) // First journal entry created for the current Content?
3143
journalEntry = new JournalEntryPageFunctionKeepAlive(
_journalEntryGroupState
, pfBase);
3188
journalEntry = new JournalEntryPageFunctionUri(
_journalEntryGroupState
, pfBase, markupUri);
3192
journalEntry = new JournalEntryPageFunctionType(
_journalEntryGroupState
, pfBase);
3202
journalEntry = new JournalEntryKeepAlive(
_journalEntryGroupState
, _currentCleanSource, _bp);
3206
journalEntry = new JournalEntryUri(
_journalEntryGroupState
, _currentCleanSource);