2 writes to _platformView
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
46 _platformView = new WeakReference<PlatformView>(target); 119 _platformView = null;
1 reference to _platformView
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
61 if (_platformView?.TryGetTarget(out var target) == true)