10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
371
case
JournalEntryType
.Navigable:
374
case
JournalEntryType
.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
101
_entryType = (
JournalEntryType
)info.GetValue("_entryType", typeof(
JournalEntryType
));
401
internal
JournalEntryType
EntryType
415
return _entryType ==
JournalEntryType
.Navigable;
446
private
JournalEntryType
_entryType =
JournalEntryType
.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3136
journalEntry.EntryType =
JournalEntryType
.UiLess;
3913
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)