1 reference to OnImageSourceChanged
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
68
public static readonly BindableProperty IconImageSourceProperty = BindableProperty.Create(nameof(IconImageSource), typeof(ImageSource), typeof(Page), default(ImageSource), propertyChanged:
OnImageSourceChanged
);