1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1635
visualElement.
_isEnabledExplicit
= (bool)value;
4 references to _isEnabledExplicit
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
647
if (
_isEnabledExplicit
== false)
658
return
_isEnabledExplicit
;
1727
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);
1740
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);