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