6 references to WM_MOUSEACTIVATE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
269if (m.Msg == NativeMethods.WM_MOUSEACTIVATE && (ActiveDropDowns.Count == 0)) {
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
67case NativeMethods.WM_MOUSEACTIVATE: text = "WM_MOUSEACTIVATE"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7182case NativeMethods.WM_MOUSEACTIVATE:
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4714if (m.Msg == NativeMethods.WM_MOUSEACTIVATE) {
winforms\Managed\System\WinForms\ToolTip.cs (1)
2580case NativeMethods.WM_MOUSEACTIVATE:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
463case NativeMethods.WM_MOUSEACTIVATE: