12 references to WM_CONTEXTMENU
System.Windows.Forms (12)
winforms\Managed\System\WinForms\AxHost.cs (1)
3480
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\ComboBox.cs (2)
1927
case NativeMethods.
WM_CONTEXTMENU
:
1930
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
WM_CONTEXTMENU
, m.WParam, m.LParam);
winforms\Managed\System\WinForms\Control.cs (2)
13503
SendMessage(NativeMethods.
WM_CONTEXTMENU
, this.Handle, NativeMethods.Util.MAKELPARAM(pt.X, pt.Y));
14141
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3208
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
101
case NativeMethods.
WM_CONTEXTMENU
: text = "WM_CONTEXTMENU"; break;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2304
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\TreeView.cs (2)
3048
SendMessage(NativeMethods.
WM_CONTEXTMENU
, Handle, SafeNativeMethods.GetMessagePos());
3382
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1648
case NativeMethods.
WM_CONTEXTMENU
:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
441
case NativeMethods.
WM_CONTEXTMENU
: