9 references to SourceProperty
PresentationFramework (9)
System\Windows\Controls\Image.cs (4)
80get { return (ImageSource) GetValue(SourceProperty); } 81set { SetValue(SourceProperty, value); } 334SetCurrentValue(SourceProperty, null); 434SetCurrentValue(SourceProperty, null);
System\Windows\Documents\TextRangeSerialization.cs (2)
1181if (property != Image.SourceProperty) 1194xmlWriter.WriteStartElement($"{typeof(Image).Name}.{Image.SourceProperty.Name}");
System\Windows\Documents\TextSchema.cs (1)
1158Image.SourceProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2968DependencyProperty dp = System.Windows.Controls.Image.SourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1830return System.Windows.Controls.Image.SourceProperty;