4 references to ContentId
PresentationFramework (4)
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
465
get { return _jeGroupState.
ContentId
; }
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1370
_journalEntryGroupState.
ContentId
!= _contentId); // because _bp != bp
1870
_contentId = _journalEntryGroupState.
ContentId
;
3434
(_journalEntryGroupState == null || _journalEntryGroupState.
ContentId
== _contentId));