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