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