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)
161
internal JournalEntryUri(
JournalEntryGroupState
jeGroupState, Uri uri)
202
internal JournalEntryKeepAlive(
JournalEntryGroupState
jeGroupState, Uri uri, object keepAliveRoot)
266
internal JournalEntryPageFunction(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
427
internal JournalEntryPageFunctionKeepAlive(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
509
internal JournalEntryPageFunctionSaver(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
651
internal JournalEntryPageFunctionType(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction)
799
internal JournalEntryPageFunctionUri(
JournalEntryGroupState
jeGroupState, PageFunctionBase pageFunction, Uri markupUri)
src\Framework\System\Windows\Navigation\JournalEntry.cs (5)
106
internal JournalEntry(
JournalEntryGroupState
jeGroupState, Uri uri)
125
_jeGroupState = (
JournalEntryGroupState
)info.GetValue("_jeGroupState", typeof(
JournalEntryGroupState
));
415
internal
JournalEntryGroupState
JEGroupState
486
private
JournalEntryGroupState
_jeGroupState;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4362
private
JournalEntryGroupState
_journalEntryGroupState;