4 references to WA_INACTIVE
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
668if (Visible && m.WParamInternal.LOWORD == PInvoke.WA_INACTIVE && !OwnsWindow(activatedWindow))
System\Windows\Forms\Form.cs (1)
6626Active = m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
172&& m.WParamInternal.LOWORD == PInvoke.WA_INACTIVE
System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs (1)
226if ((nint)m.WParamInternal == PInvoke.WA_INACTIVE)