3 writes to _contentId
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1205_contentId++; // Note: this is done even when bp==null. 1212_contentId = navInfo.JournalEntry.ContentId; 1700_contentId = _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1213Debug.Assert(_contentId != 0); 1218_journalEntryGroupState.ContentId != _contentId); // because _bp != bp 1569|| navInfo.JournalEntry.ContentId == _contentId) 3197Debug.Assert(_contentId != 0 && 3198(_journalEntryGroupState == null || _journalEntryGroupState.ContentId == _contentId)); 3201_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId); 3435get { return _contentId; }