2 references to WM_MDIGETACTIVE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
470IntPtr hwnd = this.ctlClient.SendMessage(NativeMethods.WM_MDIGETACTIVE, 0, 0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
195case NativeMethods.WM_MDIGETACTIVE: text = "WM_MDIGETACTIVE"; break;