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