3 writes to _contentId
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1165_contentId++; // Note: this is done even when bp==null. 1172_contentId = navInfo.JournalEntry.ContentId; 1653_contentId = _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1173Debug.Assert(_contentId != 0); 1178_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1528|| navInfo.JournalEntry.ContentId == _contentId) 3133Debug.Assert(_contentId != 0 && 3134(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3137_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3371get { return _contentId; }