9 references to ContentId
PresentationFramework (9)
MS\Internal\AppModel\Journaling.cs (3)
121Debug.Assert(_groupExitEntry == null || _groupExitEntry.ContentId == value.ContentId); 565(ns != null && ns.ContentId == this.ContentId) ?
MS\Internal\AppModel\JournalNavigationScope.cs (1)
487&& (ns.ContentId == entry.ContentId || entry.JEGroupState.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (1)
271Debug.Assert(journalEntry.ContentId != 0);
System\Windows\Navigation\NavigationService.cs (4)
1171_contentId = navInfo.JournalEntry.ContentId; 1527|| navInfo.JournalEntry.ContentId == _contentId) 3364/// <summary><see cref="JournalEntry.ContentId"/></summary> 4009/// <summary><see cref="JournalEntry.ContentId"/></summary>