2 references to CommandProperty
Microsoft.Maui.Controls (2)
TapGestureRecognizer.cs (2)
30
get { return (ICommand?)GetValue(
CommandProperty
); }
31
set { SetValue(
CommandProperty
, value); }