4 references to ContentId
PresentationFramework (4)
System\Windows\Navigation\JournalEntry.cs (1)
435
get { return _jeGroupState.
ContentId
; }
System\Windows\Navigation\NavigationService.cs (3)
1216
_journalEntryGroupState.
ContentId
!= _contentId); // because _bp != bp
1698
_contentId = _journalEntryGroupState.
ContentId
;
3196
(_journalEntryGroupState == null || _journalEntryGroupState.
ContentId
== _contentId));