1 instantiation of JournalEntryGroupState
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3136
_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)
101
_jeGroupState = (
JournalEntryGroupState
)info.GetValue("_jeGroupState", typeof(
JournalEntryGroupState
));
369
internal
JournalEntryGroupState
JEGroupState
440
private
JournalEntryGroupState
_jeGroupState;
System\Windows\Navigation\NavigationService.cs (1)
4017
private
JournalEntryGroupState
_journalEntryGroupState;