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