7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
130Debug.Assert(value.JEGroupState == this);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
494&& (ns.ContentId == entry.ContentId || entry.JEGroupState.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (3)
284Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.JournalDataStreams != null), 308journalEntry.JEGroupState.GroupExitEntry = journalEntry; 478DataStreams jds = je.JEGroupState.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1219_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1699_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState;