2 references to PointerReleasedCommand
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
56 public static readonly BindableProperty PointerReleasedCommandProperty = BindableProperty.Create(nameof(PointerReleasedCommand), typeof(ICommand), typeof(PointerGestureRecognizer), null); 243 ICommand cmd = PointerReleasedCommand;