1 instantiation of JournalEntryGroupState
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3201_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId);
13 references to JournalEntryGroupState
PresentationFramework (13)
MS\Internal\AppModel\Journaling.cs (7)
155internal JournalEntryUri(JournalEntryGroupState jeGroupState, Uri uri) 196internal JournalEntryKeepAlive(JournalEntryGroupState jeGroupState, Uri uri, object keepAliveRoot) 260internal JournalEntryPageFunction(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 414internal JournalEntryPageFunctionKeepAlive(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 496internal JournalEntryPageFunctionSaver(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 624internal JournalEntryPageFunctionType(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 747internal JournalEntryPageFunctionUri(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction, Uri markupUri)
System\Windows\Navigation\JournalEntry.cs (5)
98internal JournalEntry(JournalEntryGroupState jeGroupState, Uri uri) 117_jeGroupState = (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState)); 387internal JournalEntryGroupState JEGroupState 458private JournalEntryGroupState _jeGroupState;
System\Windows\Navigation\NavigationService.cs (1)
4088private JournalEntryGroupState _journalEntryGroupState;