10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
367case JournalEntryType.Navigable: 370case JournalEntryType.UiLess:
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)
3096journalEntry.EntryType = JournalEntryType.UiLess; 3867if (parentEntry.EntryType == JournalEntryType.UiLess)