7 writes to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (4)
2869activeMdiChild?.Active = false; 2877activeMdiChild.Active = true; 3458activeMdiChild.Active = false; 6615Active = m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System\Windows\Forms\MDI\MDIClient.cs (1)
353childForm.Active = true;
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (2)
228Active = value 233form.Active = value;
6 references to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
242return parentForm.ActiveControl == this && parentForm.Active; 2879else if (Active) 4145if (!DesignMode && Enabled && Active) 6616Application.FormActivated(Modal, Active);
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (2)
230Assert.Equal(value, form.Active); 234Assert.Equal(value, form.Active);