8 references to JournalEntryType
PresentationFramework (8)
src\Framework\System\Windows\Navigation\JournalEntry.cs (6)
124
_entryType = (
JournalEntryType
)info.GetValue("_entryType", typeof(
JournalEntryType
));
446
internal
JournalEntryType
EntryType
460
return _entryType ==
JournalEntryType
.Navigable;
491
private
JournalEntryType
_entryType =
JournalEntryType
.Navigable;
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3397
journalEntry.EntryType =
JournalEntryType
.UiLess;
4215
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)