9 references to IsEnabledProperty
Microsoft.Maui.Controls (9)
RefreshView\RefreshView.cs (1)
135
if (
IsEnabledProperty
.PropertyName == propertyName &&
SwipeView\SwipeView.cs (1)
280
if (e.PropertyName ==
IsEnabledProperty
.PropertyName)
VisualElement\VisualElement.cs (7)
39
bool _isEnabledExplicit = (bool)
IsEnabledProperty
.DefaultValue;
634
get { return (bool)GetValue(
IsEnabledProperty
); }
635
set { SetValue(
IsEnabledProperty
, value); }
1651
(bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
IsEnabledProperty
.PropertyName);
1726
if (propertyName == null || propertyName ==
IsEnabledProperty
.PropertyName)
1727
this.RefreshPropertyValue(
IsEnabledProperty
, _isEnabledExplicit);
1740
this.RefreshPropertyValue(
IsEnabledProperty
, _isEnabledExplicit);