2 references to ImageSourceProperty
Microsoft.Maui.Controls (2)
ImageBrush.cs (2)
24 get => (ImageSource?)GetValue(ImageSourceProperty); 25 set => SetValue(ImageSourceProperty, value);