3 writes to _contentId
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1164
_contentId
++; // Note: this is done even when bp==null.
1171
_contentId
= navInfo.JournalEntry.ContentId;
1652
_contentId
= _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1172
Debug.Assert(
_contentId
!= 0);
1177
_journalEntryGroupState.ContentId !=
_contentId
); // because _bp != bp
1527
|| navInfo.JournalEntry.ContentId ==
_contentId
)
3132
Debug.Assert(
_contentId
!= 0 &&
3133
(_journalEntryGroupState == null || _journalEntryGroupState.ContentId ==
_contentId
));
3136
_journalEntryGroupState = new JournalEntryGroupState(_guidId,
_contentId
);
3370
get { return
_contentId
; }