1 write to _userInteractionEnabled
Microsoft.Maui (1)
Platform\iOS\LayoutView.cs (1)
65 _userInteractionEnabled = value;
2 references to _userInteractionEnabled
Microsoft.Maui (2)
Platform\iOS\LayoutView.cs (2)
33 if (!_userInteractionEnabled && Equals(result)) 53 internal bool UserInteractionEnabledOverride => _userInteractionEnabled;