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