1 write to _platformView
Microsoft.Maui (1)
Platform\iOS\PlatformTouchGraphicsView.cs (1)
86
public UIHoverGestureRecognizerProxy(PlatformTouchGraphicsView platformView) =>
_platformView
= new(platformView);
1 reference to _platformView
Microsoft.Maui (1)
Platform\iOS\PlatformTouchGraphicsView.cs (1)
90
if (!
_platformView
.TryGetTarget(out var platformView))