2 references to PointerEnteredCommandProperty
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
101 get { return (ICommand)GetValue(PointerEnteredCommandProperty); } 102 set { SetValue(PointerEnteredCommandProperty, value); }