4 writes to _journalEntryGroupState
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
1206_journalEntryGroupState = null; // start anew 1219_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1699_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState; 3201_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId);
11 references to _journalEntryGroupState
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
1217Debug.Assert(_journalEntryGroupState == null || 1218_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1700_contentId = _journalEntryGroupState.ContentId; 3198(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3199if (_journalEntryGroupState == null) // First journal entry created for the current Content? 3211journalEntry = new JournalEntryPageFunctionKeepAlive(_journalEntryGroupState, pfBase); 3256journalEntry = new JournalEntryPageFunctionUri(_journalEntryGroupState, pfBase, markupUri); 3260journalEntry = new JournalEntryPageFunctionType(_journalEntryGroupState, pfBase); 3270journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3274journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource);