8 references to JournalEntryType
PresentationFramework (8)
System\Windows\Navigation\JournalEntry.cs (6)
97_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 397internal JournalEntryType EntryType 411return _entryType == JournalEntryType.Navigable; 442private JournalEntryType _entryType = JournalEntryType.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3100journalEntry.EntryType = JournalEntryType.UiLess; 3865if (parentEntry.EntryType == JournalEntryType.UiLess)