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