2 writes to _defaultAccessibilityRespondsToUserInteraction
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
600 _defaultAccessibilityRespondsToUserInteraction = PlatformView.AccessibilityRespondsToUserInteraction; 797 _defaultAccessibilityRespondsToUserInteraction = null;
2 references to _defaultAccessibilityRespondsToUserInteraction
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
791 if (_defaultAccessibilityRespondsToUserInteraction != null) 792 PlatformView.AccessibilityRespondsToUserInteraction = _defaultAccessibilityRespondsToUserInteraction.Value;