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)); 416internal JournalEntryType EntryType 430return _entryType == JournalEntryType.Navigable; 461private JournalEntryType _entryType = JournalEntryType.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3162journalEntry.EntryType = JournalEntryType.UiLess; 3939if (parentEntry.EntryType == JournalEntryType.UiLess)