4 references to WM_ACTIVATE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7539case NativeMethods.WM_ACTIVATE:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
39case NativeMethods.WM_ACTIVATE: text = "WM_ACTIVATE"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6076if (m.Msg == NativeMethods.WM_ACTIVATE) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2135case NativeMethods.WM_ACTIVATE: