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; 638 get { return (bool)GetValue(IsEnabledProperty); } 639 set { SetValue(IsEnabledProperty, value); } 1686 (bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.IsEnabledProperty.PropertyName); 1772 if (propertyName == null || propertyName == IsEnabledProperty.PropertyName) 1773 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit); 1789 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit);