2 references to WA_INACTIVE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
6946Active = NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.WA_INACTIVE;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6080if (Visible && NativeMethods.Util.LOWORD(m.WParam) == NativeMethods.WA_INACTIVE && !this.OwnsWindow(activatedWindow)) {