1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1670
visualElement.
_isEnabledExplicit
= (bool)value;
4 references to _isEnabledExplicit
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
651
if (
_isEnabledExplicit
== false)
662
return
_isEnabledExplicit
;
1773
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);
1789
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);