2 references to PointerMovedCommand
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
36 public static readonly BindableProperty PointerMovedCommandProperty = BindableProperty.Create(nameof(PointerMovedCommand), typeof(ICommand), typeof(PointerGestureRecognizer), null); 217 ICommand cmd = PointerMovedCommand;