2 references to SourceProperty
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
230get { return (Uri) GetValue(SourceProperty); } 231set { SetValue(SourceProperty, value); }