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)
50
if (
_menuCommand
is not null)
52
Visible =
_menuCommand
.Visible;
53
Enabled =
_menuCommand
.Enabled;
54
Checked =
_menuCommand
.Checked;
108
if (
_menuCommand
is not null)
110
_menuCommand
.Invoke();