10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
371case JournalEntryType.Navigable: 374case JournalEntryType.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
101_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 401internal JournalEntryType EntryType 415return _entryType == JournalEntryType.Navigable; 446private JournalEntryType _entryType = JournalEntryType.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3136journalEntry.EntryType = JournalEntryType.UiLess; 3913if (parentEntry.EntryType == JournalEntryType.UiLess)