2 writes to _source
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
123_source = (Uri)info.GetValue("_source", typeof(Uri)); 242set { _source = BindUriHelper.GetUriRelativeToPackAppBase(value); }
2 references to _source
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
148info.AddValue("_source", _source); 241get { return _source; }