1 instantiation of JournalEntryGroupState
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3133
_journalEntryGroupState = new
JournalEntryGroupState
(_guidId, _contentId);
13 references to JournalEntryGroupState
PresentationFramework (13)
MS\Internal\AppModel\Journaling.cs (7)
145
internal JournalEntryUri(
JournalEntryGroupState
jeGroupState, Uri uri)
186
internal JournalEntryKeepAlive(
JournalEntryGroupState
jeGroupState, Uri uri, object keepAliveRoot)
250
internal JournalEntryPageFunction(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
404
internal JournalEntryPageFunctionKeepAlive(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
486
internal JournalEntryPageFunctionSaver(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
614
internal JournalEntryPageFunctionType(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
734
internal JournalEntryPageFunctionUri(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction, Uri markupUri)
System\Windows\Navigation\JournalEntry.cs (5)
82
internal JournalEntry(
JournalEntryGroupState
jeGroupState, Uri uri)
98
_jeGroupState = (
JournalEntryGroupState
)info.GetValue("_jeGroupState", typeof(
JournalEntryGroupState
));
366
internal
JournalEntryGroupState
JEGroupState
437
private
JournalEntryGroupState
_jeGroupState;
System\Windows\Navigation\NavigationService.cs (1)
4014
private
JournalEntryGroupState
_journalEntryGroupState;