11 references to Command
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
11038if (Command.DispatchID(m.WParamInternal.LOWORD))
System\Windows\Forms\DataBinding\Command.cs (8)
8private static Command?[]? s_cmds; 24protected static void AssignID(Command cmd) 32s_cmds = new Command[20]; 94Command[] newCmds = new Command[icmdLim]; 112Command? cmd = GetCommandFromID(id); 121protected static void Dispose(Command cmd) 146public static Command? GetCommandFromID(int id)
System\Windows\Forms\Form.cs (1)
6984if (Command.DispatchID(m.WParamInternal.LOWORD))
System\Windows\Forms\NotifyIcon.cs (1)
787if (Command.DispatchID((int)msg.WParamInternal & 0xFFFF))