7 references to JEGroupState
PresentationFramework (7)
MS\Internal\AppModel\Journaling.cs (1)
121
Debug.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)
273
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.
JEGroupState
.JournalDataStreams != null),
297
journalEntry.
JEGroupState
.GroupExitEntry = journalEntry;
467
DataStreams jds = je.
JEGroupState
.JournalDataStreams;
System\Windows\Navigation\NavigationService.cs (2)
1179
_journalEntryGroupState = navInfo.JournalEntry.
JEGroupState
;
1652
_journalEntryGroupState = navigateInfo.JournalEntry.
JEGroupState
;