3 references to Command
Microsoft.Maui.Controls (3)
SwipeGestureRecognizer.cs (3)
15 /// <summary>Bindable property for <see cref="Command"/>.</summary> 16 public static readonly BindableProperty CommandProperty = BindableProperty.Create(nameof(Command), typeof(ICommand), typeof(SwipeGestureRecognizer), null); 117 ICommand cmd = Command;