1 instantiation of Command
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1695cmd = new Command(this);
16 references to Command
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Command.cs (8)
25private static Command[] cmds; 45protected static void AssignID(Command cmd) { 50cmds = new Command[20]; 87Command[] newCmds = new Command[icmdLim]; 104Command cmd = GetCommandFromID(id); 110protected static void Dispose(Command cmd) { 127public static Command GetCommandFromID(int id) {
winforms\Managed\System\WinForms\Control.cs (5)
6696Command cmd = Command.GetCommandFromID(id); 12834if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) return; 13234Command cmd = Command.GetCommandFromID(item);
winforms\Managed\System\WinForms\Form.cs (1)
7440if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) {
winforms\Managed\System\WinForms\MenuItem.cs (1)
1567internal Command cmd;
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
902if (Command.DispatchID((int)msg.WParam & 0xFFFF)) return;