2 writes to _entryType
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
124
_entryType
= (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType));
452
set {
_entryType
= value; }
3 references to _entryType
PresentationFramework (3)
src\Framework\System\Windows\Navigation\JournalEntry.cs (3)
149
info.AddValue("_entryType",
_entryType
);
451
get { return
_entryType
; }
460
return
_entryType
== JournalEntryType.Navigable;