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