9 references to SourceProperty
PresentationFramework (9)
System\Windows\Controls\Image.cs (4)
71get { return (ImageSource) GetValue(SourceProperty); } 72set { SetValue(SourceProperty, value); } 325SetCurrentValue(SourceProperty, null); 425SetCurrentValue(SourceProperty, null);
System\Windows\Documents\TextRangeSerialization.cs (2)
1174if (property != Image.SourceProperty) 1187xmlWriter.WriteStartElement($"{nameof(Image)}.{Image.SourceProperty.Name}");
System\Windows\Documents\TextSchema.cs (1)
1151Image.SourceProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3071DependencyProperty dp = System.Windows.Controls.Image.SourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1823return System.Windows.Controls.Image.SourceProperty;