2 references to PointerEnteredCommand
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
16
public static readonly BindableProperty PointerEnteredCommandProperty = BindableProperty.Create(nameof(
PointerEnteredCommand
), typeof(ICommand), typeof(PointerGestureRecognizer), null);
191
ICommand cmd =
PointerEnteredCommand
;