2 references to CommandProperty
Microsoft.Maui.Controls (2)
Menu\MenuItem.cs (2)
66 get => (ICommand)GetValue(CommandProperty); 67 set => SetValue(CommandProperty, value);