10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
367
case
JournalEntryType
.Navigable:
370
case
JournalEntryType
.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
97
_entryType = (
JournalEntryType
)info.GetValue("_entryType", typeof(
JournalEntryType
));
397
internal
JournalEntryType
EntryType
411
return _entryType ==
JournalEntryType
.Navigable;
442
private
JournalEntryType
_entryType =
JournalEntryType
.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3096
journalEntry.EntryType =
JournalEntryType
.UiLess;
3867
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)