9 references to JEGroupState
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
575if (entry.JEGroupState.JournalDataStreams != null) 577entry.JEGroupState.JournalDataStreams.PrepareForSerialization();
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
136Debug.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)
298Debug.Assert(!(journalEntry.IsAlive() && journalEntry.JEGroupState.JournalDataStreams != null), 322journalEntry.JEGroupState.GroupExitEntry = journalEntry; 491DataStreams jds = je.JEGroupState.JournalDataStreams;
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1371_journalEntryGroupState = navInfo.JournalEntry.JEGroupState; 1869_journalEntryGroupState = navigateInfo.JournalEntry.JEGroupState;