1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1636
visualElement.
_isEnabledExplicit
= (bool)value;
4 references to _isEnabledExplicit
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
648
if (
_isEnabledExplicit
== false)
659
return
_isEnabledExplicit
;
1728
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);
1741
this.RefreshPropertyValue(IsEnabledProperty,
_isEnabledExplicit
);