5 writes to Active
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (4)
3125
activeMdiChild.
Active
= false;
3133
activeMdiChild.
Active
= true;
3729
activeMdiChild.
Active
= false;
6946
Active
= NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.WA_INACTIVE;
winforms\Managed\System\WinForms\MDIClient.cs (1)
371
childForm.
Active
= true;
4 references to Active
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
376
return(parentForm.ActiveControl == this && parentForm.
Active
);
3135
else if (this.
Active
) {
4715
if (!DesignMode && Enabled &&
Active
) {
6947
Application.FormActivated(this.Modal,
Active
); // inform MsoComponentManager we're active