14 references to WM_COMMAND
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (1)
3475case NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\Button.cs (1)
404case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1322case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ComboBox.cs (1)
3707case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\Control.cs (1)
14135case NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\FontDialog.cs (1)
474case NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ListBox.cs (1)
2391case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
139case NativeMethods.WM_COMMAND: text = "WM_COMMAND"; break;
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
900case NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3675case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2295case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ToolBar.cs (1)
1670case NativeMethods.WM_COMMAND + NativeMethods.WM_REFLECT:
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
883UnsafeNativeMethods.PostMessage( new HandleRef(this, targetWindowHandle), NativeMethods.WM_COMMAND, nativeMenuCommandID, 0);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
449case NativeMethods.WM_COMMAND: