2 writes to GesturePlatformManager
Microsoft.Maui.Controls (2)
Platform\GestureManager\GestureManager.cs (2)
50 GesturePlatformManager = null; 79 GesturePlatformManager = new GesturePlatformManager(handler);
3 references to GesturePlatformManager
Microsoft.Maui.Controls (3)
Platform\GestureManager\GestureManager.cs (3)
21 public bool IsConnected => GesturePlatformManager != null; 49 GesturePlatformManager?.Dispose(); 76 if (GesturePlatformManager != null)