1 write to _menuItem
Microsoft.Maui.Controls (1)
Platform\Windows\MenuItemCommand.cs (1)
14 _menuItem = item;
3 references to _menuItem
Microsoft.Maui.Controls (3)
Platform\Windows\MenuItemCommand.cs (3)
15 _menuItem.PropertyChanged += OnElementPropertyChanged; 20 return _menuItem.IsEnabled; 27 ((IMenuItemController)_menuItem).Activate();