8 references to JournalEntryType
PresentationFramework (8)
src\Framework\System\Windows\Navigation\JournalEntry.cs (6)
124_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 446internal JournalEntryType EntryType 460return _entryType == JournalEntryType.Navigable; 491private JournalEntryType _entryType = JournalEntryType.Navigable;
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3397journalEntry.EntryType = JournalEntryType.UiLess; 4215if (parentEntry.EntryType == JournalEntryType.UiLess)