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