3 references to PointerPressedCommandParameter
Microsoft.Maui.Controls (3)
PointerGestureRecognizer.cs (3)
51 public static readonly BindableProperty PointerPressedCommandParameterProperty = BindableProperty.Create(nameof(PointerPressedCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); 231 if (cmd?.CanExecute(PointerPressedCommandParameter) == true) 232 cmd.Execute(PointerPressedCommandParameter);