10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
374case JournalEntryType.Navigable: 377case JournalEntryType.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
116_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 418internal JournalEntryType EntryType 432return _entryType == JournalEntryType.Navigable; 463private JournalEntryType _entryType = JournalEntryType.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3164journalEntry.EntryType = JournalEntryType.UiLess; 3941if (parentEntry.EntryType == JournalEntryType.UiLess)