2 writes to _entryType
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
116_entryType = (JournalEntryType)info.GetValue("_entryType", typeof(JournalEntryType)); 424set { _entryType = value; }
3 references to _entryType
PresentationFramework (3)
System\Windows\Navigation\JournalEntry.cs (3)
132info.AddValue("_entryType", _entryType); 423get { return _entryType; } 432return _entryType == JournalEntryType.Navigable;