3 references to IconImageSourceProperty
Microsoft.Maui.Controls (3)
Menu\MenuItem.cs (3)
80 get => (ImageSource)GetValue(IconImageSourceProperty); 81 set => SetValue(IconImageSourceProperty, value); 199 OnPropertyChanged(IconImageSourceProperty.PropertyName);