9 references to ContentId
PresentationFramework (9)
MS\Internal\AppModel\Journaling.cs (3)
127
Debug.Assert(_groupExitEntry == null || _groupExitEntry.
ContentId
== value.
ContentId
);
571
(ns != null && ns.ContentId == this.
ContentId
) ?
MS\Internal\AppModel\JournalNavigationScope.cs (1)
491
&& (ns.ContentId == entry.
ContentId
|| entry.JEGroupState.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (1)
275
Debug.Assert(journalEntry.
ContentId
!= 0);
System\Windows\Navigation\NavigationService.cs (4)
1201
_contentId = navInfo.JournalEntry.
ContentId
;
1558
|| navInfo.JournalEntry.
ContentId
== _contentId)
3418
/// <summary><see cref="JournalEntry.
ContentId
"/></summary>
4069
/// <summary><see cref="JournalEntry.
ContentId
"/></summary>