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