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