4 references to ImageSourceProperty
Microsoft.Maui.Controls (4)
Button\Button.cs (4)
213 get { return (ImageSource)GetValue(ImageSourceProperty); } 214 set { SetValue(ImageSourceProperty, value); } 411 void IImageElement.RaiseImageSourcePropertyChanged() => OnPropertyChanged(ImageSourceProperty.PropertyName); 480 else if (propertyName == ImageSourceProperty.PropertyName)