1 instantiation of JournalEntryKeepAlive
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3268
journalEntry = new
JournalEntryKeepAlive
(_journalEntryGroupState, _currentCleanSource, _bp);
2 references to JournalEntryKeepAlive
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
3962
else if (parentEntry is
JournalEntryKeepAlive
)
3964
object root = ((
JournalEntryKeepAlive
)parentEntry).KeepAliveRoot;