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