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