9 references to JEGroupState
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
575
if (entry.
JEGroupState
.JournalDataStreams != null)
577
entry.
JEGroupState
.JournalDataStreams.PrepareForSerialization();
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
136
Debug.Assert(value.
JEGroupState
== this);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
517
&& (ns.ContentId == entry.ContentId || entry.
JEGroupState
.GroupExitEntry == entry);
src\Framework\System\Windows\Navigation\Journal.cs (3)
298
Debug.Assert(!(journalEntry.IsAlive() && journalEntry.
JEGroupState
.JournalDataStreams != null),
322
journalEntry.
JEGroupState
.GroupExitEntry = journalEntry;
491
DataStreams jds = je.
JEGroupState
.JournalDataStreams;
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1371
_journalEntryGroupState = navInfo.JournalEntry.
JEGroupState
;
1869
_journalEntryGroupState = navigateInfo.JournalEntry.
JEGroupState
;