1 instantiation of JournalEntryGroupState
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3437_journalEntryGroupState = new JournalEntryGroupState(_guidId, _contentId);
13 references to JournalEntryGroupState
PresentationFramework (13)
src\Framework\MS\Internal\AppModel\Journaling.cs (7)
161internal JournalEntryUri(JournalEntryGroupState jeGroupState, Uri uri) 202internal JournalEntryKeepAlive(JournalEntryGroupState jeGroupState, Uri uri, object keepAliveRoot) 266internal JournalEntryPageFunction(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 427internal JournalEntryPageFunctionKeepAlive(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 509internal JournalEntryPageFunctionSaver(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 651internal JournalEntryPageFunctionType(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction) 799internal JournalEntryPageFunctionUri(JournalEntryGroupState jeGroupState, PageFunctionBase pageFunction, Uri markupUri)
src\Framework\System\Windows\Navigation\JournalEntry.cs (5)
106internal JournalEntry(JournalEntryGroupState jeGroupState, Uri uri) 125_jeGroupState = (JournalEntryGroupState)info.GetValue("_jeGroupState", typeof(JournalEntryGroupState)); 415internal JournalEntryGroupState JEGroupState 486private JournalEntryGroupState _jeGroupState;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4362private JournalEntryGroupState _journalEntryGroupState;