3 writes to _contentId
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1357
_contentId
++; // Note: this is done even when bp==null.
1364
_contentId
= navInfo.JournalEntry.ContentId;
1870
_contentId
= _journalEntryGroupState.ContentId;
7 references to _contentId
PresentationFramework (7)
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
1365
Debug.Assert(
_contentId
!= 0);
1370
_journalEntryGroupState.ContentId !=
_contentId
); // because _bp != bp
1724
|| navInfo.JournalEntry.ContentId ==
_contentId
)
3433
Debug.Assert(
_contentId
!= 0 &&
3434
(_journalEntryGroupState == null || _journalEntryGroupState.ContentId ==
_contentId
));
3437
_journalEntryGroupState = new JournalEntryGroupState(_guidId,
_contentId
);
3694
get { return
_contentId
; }