3 references to WM_MDIGETACTIVE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
201PInvokeCore.WM_MDIGETACTIVE => "WM_MDIGETACTIVE",
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
314IntPtr hwnd = PInvokeCore.SendMessage(_ctlClient, PInvokeCore.WM_MDIGETACTIVE);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
377yield return new object[] { PInvokeCore.WM_MDIGETACTIVE, " (WM_MDIGETACTIVE)" };