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