3 references to PointerReleasedCommandParameter
Microsoft.Maui.Controls (3)
PointerGestureRecognizer.cs (3)
61
public static readonly BindableProperty PointerReleasedCommandParameterProperty = BindableProperty.Create(nameof(
PointerReleasedCommandParameter
), typeof(object), typeof(PointerGestureRecognizer), null);
244
if (cmd?.CanExecute(
PointerReleasedCommandParameter
) == true)
245
cmd.Execute(
PointerReleasedCommandParameter
);