1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
Menu\MenuItem.cs (1)
127 menuItem._isEnabledExplicit = (bool)value;
3 references to _isEnabledExplicit
Microsoft.Maui.Controls (3)
Menu\MenuItem.cs (3)
118 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit); 129 if (!menuItem._isEnabledExplicit) 173 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit);