4 writes to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
2799
activeMdiChild.
Active
= true;
3380
activeMdiChild.
Active
= false;
6513
Active
= m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System\Windows\Forms\MDI\MDIClient.cs (1)
355
childForm.
Active
= true;
5 references to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
245
return parentForm.ActiveControl == this && parentForm.
Active
;
2791
activeMdiChild?.
Active
= false;
2801
else if (
Active
)
4076
if (!DesignMode && Enabled &&
Active
)
6514
Application.FormActivated(Modal,
Active
);