10 references to JournalEntryType
PresentationFramework (10)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
374
case
JournalEntryType
.Navigable:
377
case
JournalEntryType
.UiLess:
System\Windows\Navigation\JournalEntry.cs (6)
116
_entryType = (
JournalEntryType
)info.GetValue("_entryType", typeof(
JournalEntryType
));
416
internal
JournalEntryType
EntryType
430
return _entryType ==
JournalEntryType
.Navigable;
461
private
JournalEntryType
_entryType =
JournalEntryType
.Navigable;
System\Windows\Navigation\NavigationService.cs (2)
3162
journalEntry.EntryType =
JournalEntryType
.UiLess;
3939
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)