10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
367case JournalEntryType.Navigable: 370case JournalEntryType.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
100_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 400internal JournalEntryType EntryType 414return _entryType == JournalEntryType.Navigable; 445private JournalEntryType _entryType = JournalEntryType.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3099journalEntry.EntryType = JournalEntryType.UiLess; 3870if (parentEntry.EntryType == JournalEntryType.UiLess)