2 references to PointerExitedCommand
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
26
public static readonly BindableProperty PointerExitedCommandProperty = BindableProperty.Create(nameof(
PointerExitedCommand
), typeof(ICommand), typeof(PointerGestureRecognizer), null);
204
ICommand cmd =
PointerExitedCommand
;