9 references to ContentId
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\Journaling.cs (3)
137
Debug.Assert(_groupExitEntry == null || _groupExitEntry.
ContentId
== value.
ContentId
);
597
(ns != null && ns.ContentId == this.
ContentId
) ?
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
517
&& (ns.ContentId == entry.
ContentId
|| entry.JEGroupState.GroupExitEntry == entry);
src\Framework\System\Windows\Navigation\Journal.cs (1)
297
Debug.Assert(journalEntry.
ContentId
!= 0);
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1364
_contentId = navInfo.JournalEntry.
ContentId
;
1724
|| navInfo.JournalEntry.
ContentId
== _contentId)
3688
/// <summary><see cref="JournalEntry.
ContentId
"/></summary>
4354
/// <summary><see cref="JournalEntry.
ContentId
"/></summary>