7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
120
Debug.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)
272
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.
JEGroupState
.JournalDataStreams != null),
296
journalEntry.
JEGroupState
.GroupExitEntry = journalEntry;
466
DataStreams jds = je.
JEGroupState
.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1178
_journalEntryGroupState = navInfo.JournalEntry.
JEGroupState
;
1651
_journalEntryGroupState = navigateInfo.JournalEntry.
JEGroupState
;