2 references to PointerPressedCommand
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
46
public static readonly BindableProperty PointerPressedCommandProperty = BindableProperty.Create(nameof(
PointerPressedCommand
), typeof(ICommand), typeof(PointerGestureRecognizer), null);
230
ICommand cmd =
PointerPressedCommand
;