3 writes to _contentId
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1203_contentId++; // Note: this is done even when bp==null. 1210_contentId = navInfo.JournalEntry.ContentId; 1698_contentId = _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1211Debug.Assert(_contentId != 0); 1216_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1567|| navInfo.JournalEntry.ContentId == _contentId) 3195Debug.Assert(_contentId != 0 && 3196(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3199_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3433get { return _contentId; }