4 writes to _journalEntryGroupState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
1190_journalEntryGroupState = null; // start anew 1203_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1676_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState; 3173_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId);
11 references to _journalEntryGroupState
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
1201Debug.Assert(_journalEntryGroupState == null || 1202_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1677_contentId = _journalEntryGroupState.ContentId; 3170(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3171if (_journalEntryGroupState == null) // First journal entry created for the current Content? 3183journalEntry = new JournalEntryPageFunctionKeepAlive(_journalEntryGroupState, pfBase); 3228journalEntry = new JournalEntryPageFunctionUri(_journalEntryGroupState, pfBase, markupUri); 3232journalEntry = new JournalEntryPageFunctionType(_journalEntryGroupState, pfBase); 3242journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3246journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource);