7 references to IsEnabledProperty
Microsoft.Maui.Controls (7)
Menu\MenuItem.cs (7)
56
bool _isEnabledExplicit = (bool)
IsEnabledProperty
.DefaultValue;
101
get => (bool)GetValue(
IsEnabledProperty
);
102
set => SetValue(
IsEnabledProperty
, value);
118
this.RefreshPropertyValue(
IsEnabledProperty
, _isEnabledExplicit);
172
if (propertyName == null || propertyName ==
IsEnabledProperty
.PropertyName)
173
this.RefreshPropertyValue(
IsEnabledProperty
, _isEnabledExplicit);
185
ppc.PropagatePropertyChanged(
IsEnabledProperty
.PropertyName);