7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
126
Debug.Assert(value.
JEGroupState
== this);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
491
&& (ns.ContentId == entry.ContentId || entry.
JEGroupState
.GroupExitEntry == entry);
System\Windows\Navigation\Journal.cs (3)
276
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.
JEGroupState
.JournalDataStreams != null),
300
journalEntry.
JEGroupState
.GroupExitEntry = journalEntry;
470
DataStreams jds = je.
JEGroupState
.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1208
_journalEntryGroupState = navInfo.JournalEntry.
JEGroupState
;
1688
_journalEntryGroupState = navigateInfo.JournalEntry.
JEGroupState
;