2 writes to _hoverGesture
Microsoft.Maui (2)
Platform\iOS\PlatformTouchGraphicsView.cs (2)
37 AddGestureRecognizer(_hoverGesture = new UIHoverGestureRecognizer(_proxy.OnHover)); 43 _hoverGesture = null;
2 references to _hoverGesture
Microsoft.Maui (2)
Platform\iOS\PlatformTouchGraphicsView.cs (2)
42 RemoveGestureRecognizer(_hoverGesture!); 96 var hoverGesture = platformView._hoverGesture;