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