1 write to _isEnabledExplicit
Microsoft.Maui.Controls (1)
Menu\MenuItem.cs (1)
126 menuItem._isEnabledExplicit = (bool)value;
3 references to _isEnabledExplicit
Microsoft.Maui.Controls (3)
Menu\MenuItem.cs (3)
117 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit); 128 if (!menuItem._isEnabledExplicit) 172 this.RefreshPropertyValue(IsEnabledProperty, _isEnabledExplicit);