3 references to PointerMovedCommandParameter
Microsoft.Maui.Controls (3)
PointerGestureRecognizer.cs (3)
41 public static readonly BindableProperty PointerMovedCommandParameterProperty = BindableProperty.Create(nameof(PointerMovedCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); 218 if (cmd?.CanExecute(PointerMovedCommandParameter) == true) 219 cmd.Execute(PointerMovedCommandParameter);