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)
1173
Debug.Assert(
_contentId
!= 0);
1178
_journalEntryGroupState.ContentId !=
_contentId
); // because _bp != bp
1528
|| navInfo.JournalEntry.ContentId ==
_contentId
)
3133
Debug.Assert(
_contentId
!= 0 &&
3134
(_journalEntryGroupState == null || _journalEntryGroupState.ContentId ==
_contentId
));
3137
_journalEntryGroupState = new JournalEntryGroupState(_guidId,
_contentId
);
3371
get { return
_contentId
; }