7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
120Debug.Assert(value.JEGroupState == this);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
487&& (ns.ContentId == entry.ContentId || entry.JEGroupState.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (3)
272Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.JournalDataStreams != null), 296journalEntry.JEGroupState.GroupExitEntry = journalEntry; 466DataStreams jds = je.JEGroupState.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1178_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1651_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState;