3 references to PointerExitedCommandParameter
Microsoft.Maui.Controls (3)
PointerGestureRecognizer.cs (3)
31
public static readonly BindableProperty PointerExitedCommandParameterProperty = BindableProperty.Create(nameof(
PointerExitedCommandParameter
), typeof(object), typeof(PointerGestureRecognizer), null);
205
if (cmd?.CanExecute(
PointerExitedCommandParameter
) == true)
206
cmd.Execute(
PointerExitedCommandParameter
);