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