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