3 writes to _contentId
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1357_contentId++; // Note: this is done even when bp==null. 1364_contentId = navInfo.JournalEntry.ContentId; 1870_contentId = _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
1365Debug.Assert(_contentId != 0); 1370_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1724|| navInfo.JournalEntry.ContentId == _contentId) 3433Debug.Assert(_contentId != 0 && 3434(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3437_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3694get { return _contentId; }