4 writes to _journalEntryGroupState
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1358
_journalEntryGroupState
= null; // start anew
1371
_journalEntryGroupState
= navInfo.JournalEntry.JEGroupState;
1869
_journalEntryGroupState
= navigateInfo.JournalEntry.JEGroupState;
3437
_journalEntryGroupState
= new JournalEntryGroupState(_guidId, _contentId);
11 references to _journalEntryGroupState
PresentationFramework (11)
src\Framework\System\Windows\Navigation\NavigationService.cs (11)
1369
Debug.Assert(
_journalEntryGroupState
== null ||
1370
_journalEntryGroupState
.ContentId != _contentId); // because _bp != bp
1870
_contentId =
_journalEntryGroupState
.ContentId;
3434
(
_journalEntryGroupState
== null ||
_journalEntryGroupState
.ContentId == _contentId));
3435
if (
_journalEntryGroupState
== null) // First journal entry created for the current Content?
3447
journalEntry = new JournalEntryPageFunctionKeepAlive(
_journalEntryGroupState
, pfBase);
3492
journalEntry = new JournalEntryPageFunctionUri(
_journalEntryGroupState
, pfBase, markupUri);
3496
journalEntry = new JournalEntryPageFunctionType(
_journalEntryGroupState
, pfBase);
3506
journalEntry = new JournalEntryKeepAlive(
_journalEntryGroupState
, _currentCleanSource, _bp);
3510
journalEntry = new JournalEntryUri(
_journalEntryGroupState
, _currentCleanSource);