9 references to SourceProperty
PresentationFramework (9)
System\Windows\Controls\Image.cs (4)
72
get { return (ImageSource) GetValue(
SourceProperty
); }
73
set { SetValue(
SourceProperty
, value); }
326
SetCurrentValue(
SourceProperty
, null);
426
SetCurrentValue(
SourceProperty
, null);
System\Windows\Documents\TextRangeSerialization.cs (2)
1175
if (property != Image.
SourceProperty
)
1188
xmlWriter.WriteStartElement($"{typeof(Image).Name}.{Image.
SourceProperty
.Name}");
System\Windows\Documents\TextSchema.cs (1)
1157
Image.
SourceProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2966
DependencyProperty dp = System.Windows.Controls.Image.
SourceProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1830
return System.Windows.Controls.Image.
SourceProperty
;