9 references to SourceProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\Image.cs (4)
85
get { return (ImageSource) GetValue(
SourceProperty
); }
86
set { SetValue(
SourceProperty
, value); }
339
SetCurrentValue(
SourceProperty
, null);
439
SetCurrentValue(
SourceProperty
, null);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1205
if (property != Image.
SourceProperty
)
1218
xmlWriter.WriteStartElement(typeof(Image).Name + "." + Image.
SourceProperty
.Name);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1160
Image.
SourceProperty
,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2960
DependencyProperty dp = System.Windows.Controls.Image.
SourceProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1831
return System.Windows.Controls.Image.
SourceProperty
;