2 references to CommandProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
191 get { return (ICommand)GetValue(CommandProperty); } 192 set { SetValue(CommandProperty, value); }