4 references to WM_NCACTIVATE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7527
case NativeMethods.
WM_NCACTIVATE
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
112
case NativeMethods.
WM_NCACTIVATE
: text = "WM_NCACTIVATE"; break;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
2128
case NativeMethods.
WM_NCACTIVATE
:
2233
UnsafeNativeMethods.SendMessage(activeHwndHandleRef, NativeMethods.
WM_NCACTIVATE
, (IntPtr)1, NativeMethods.InvalidIntPtr);