1 write to _disposed
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
81
_disposed
= true;
2 references to _disposed
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
78
if (
_disposed
)
129
if (eventTracker == null || eventTracker.
_disposed
|| view == null)