7 references to ContentId
PresentationFramework (7)
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 (2)
1181_contentId = navInfo.JournalEntry.ContentId; 1537|| navInfo.JournalEntry.ContentId == _contentId)