2 writes to _entryType
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
106
_entryType
= (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType));
412
set {
_entryType
= value; }
3 references to _entryType
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
122
info.AddValue("_entryType",
_entryType
);
411
get { return
_entryType
; }
420
return
_entryType
== JournalEntryType.Navigable;