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)
100
_entryType = (
JournalEntryType
)info.GetValue("_entryType", typeof(
JournalEntryType
));
400
internal
JournalEntryType
EntryType
414
return _entryType ==
JournalEntryType
.Navigable;
445
private
JournalEntryType
_entryType =
JournalEntryType
.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3099
journalEntry.EntryType =
JournalEntryType
.UiLess;
3870
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)