1 write to _proxy
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
665
_proxy
??= new ShouldReceiveTouchProxy(this);
1 reference to _proxy
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
666
nativeRecognizer.ShouldReceiveTouch =
_proxy
.ShouldReceiveTouch;