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)
1369Debug.Assert(_journalEntryGroupState == null || 1370_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1870_contentId = _journalEntryGroupState.ContentId; 3434(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3435if (_journalEntryGroupState == null) // First journal entry created for the current Content? 3447journalEntry = new JournalEntryPageFunctionKeepAlive(_journalEntryGroupState, pfBase); 3492journalEntry = new JournalEntryPageFunctionUri(_journalEntryGroupState, pfBase, markupUri); 3496journalEntry = new JournalEntryPageFunctionType(_journalEntryGroupState, pfBase); 3506journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3510journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource);