2 writes to _source
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
115_source = (Uri)info.GetValue("_source", typeof(Uri)); 216set { _source = BindUriHelper.GetUriRelativeToPackAppBase(value); }
2 references to _source
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (2)
131info.AddValue("_source", _source); 215get { return _source; }