1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1632 visualElement._isEnabledExplicit = (bool)value;
4 references to _isEnabledExplicit
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
644 if (_isEnabledExplicit == false) 655 return _isEnabledExplicit; 1724 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit); 1737 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit);