3 references to IconImageSourceProperty
Microsoft.Maui.Controls (3)
Page\Page.cs (3)
120 get { return (ImageSource)GetValue(IconImageSourceProperty); } 121 set { SetValue(IconImageSourceProperty, value); } 918 OnPropertyChanged(IconImageSourceProperty.PropertyName);