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