5 writes to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (4)
2857
activeMdiChild?.
Active
= false;
2865
activeMdiChild.
Active
= true;
3446
activeMdiChild.
Active
= false;
6641
Active
= m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System\Windows\Forms\MDI\MDIClient.cs (1)
351
childForm.
Active
= true;
4 references to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
244
return parentForm.ActiveControl == this && parentForm.
Active
;
2867
else if (
Active
)
4139
if (!DesignMode && Enabled &&
Active
)
6642
Application.FormActivated(Modal,
Active
);