2 references to CommandProperty
Microsoft.Maui.Controls (2)
ImageButton\ImageButton.cs (2)
111
get { return (ICommand)GetValue(
CommandProperty
); }
112
set { SetValue(
CommandProperty
, value); }