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