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