2 writes to _id
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
122_id = info.GetInt32("_id"); 432set { _id = value; }
2 references to _id
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
147info.AddValue("_id", _id); 431get { return _id; }