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