3 references to PointerEnteredCommandParameter
Microsoft.Maui.Controls (3)
PointerGestureRecognizer.cs (3)
21 public static readonly BindableProperty PointerEnteredCommandParameterProperty = BindableProperty.Create(nameof(PointerEnteredCommandParameter), typeof(object), typeof(PointerGestureRecognizer), null); 192 if (cmd?.CanExecute(PointerEnteredCommandParameter) == true) 193 cmd.Execute(PointerEnteredCommandParameter);