7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
121Debug.Assert(value.JEGroupState == this);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
488&& (ns.ContentId == entry.ContentId || entry.JEGroupState.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (3)
273Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.JournalDataStreams != null), 297journalEntry.JEGroupState.GroupExitEntry = journalEntry; 467DataStreams jds = je.JEGroupState.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1179_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1652_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState;