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