8 references to JournalEntryType
PresentationFramework (8)
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)
3100
journalEntry.EntryType =
JournalEntryType
.UiLess;
3865
if (parentEntry.EntryType ==
JournalEntryType
.UiLess)