1 write to EntryType
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3153journalEntry.EntryType = JournalEntryType.UiLess;
3 references to EntryType
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
369switch (journal[i].EntryType) 378Invariant.Assert(false, $"Invalid JournalEntryType: {journal[i].EntryType}");
System\Windows\Navigation\NavigationService.cs (1)
3930if (parentEntry.EntryType == JournalEntryType.UiLess)