1 instantiation of JournalEntryGroupState
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3173
_journalEntryGroupState = new
JournalEntryGroupState
(_guidId, _contentId);
13 references to JournalEntryGroupState
PresentationFramework (13)
MS\Internal\AppModel\Journaling.cs (7)
146
internal JournalEntryUri(
JournalEntryGroupState
jeGroupState, Uri uri)
187
internal JournalEntryKeepAlive(
JournalEntryGroupState
jeGroupState, Uri uri, object keepAliveRoot)
251
internal JournalEntryPageFunction(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
405
internal JournalEntryPageFunctionKeepAlive(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
487
internal JournalEntryPageFunctionSaver(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
615
internal JournalEntryPageFunctionType(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
738
internal JournalEntryPageFunctionUri(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction, Uri markupUri)
System\Windows\Navigation\JournalEntry.cs (5)
83
internal JournalEntry(
JournalEntryGroupState
jeGroupState, Uri uri)
102
_jeGroupState = (
JournalEntryGroupState
)info.GetValue("_jeGroupState", typeof(
JournalEntryGroupState
));
370
internal
JournalEntryGroupState
JEGroupState
441
private
JournalEntryGroupState
_jeGroupState;
System\Windows\Navigation\NavigationService.cs (1)
4060
private
JournalEntryGroupState
_journalEntryGroupState;