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