1 write to _menuCommand
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (1)
35_menuCommand = MenuService?.FindCommand(menuID);
6 references to _menuCommand
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (6)
50if (_menuCommand is not null) 52Visible = _menuCommand.Visible; 53Enabled = _menuCommand.Enabled; 54Checked = _menuCommand.Checked; 108if (_menuCommand is not null) 110_menuCommand.Invoke();