2 references to CommandProperty
Microsoft.Maui.Controls (2)
ClickGestureRecognizer.cs (2)
32 get { return (ICommand)GetValue(CommandProperty); } 33 set { SetValue(CommandProperty, value); }