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