6 writes to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
2877activeMdiChild.Active = true; 3458activeMdiChild.Active = false; 6610Active = 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;
7 references to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
242return parentForm.ActiveControl == this && parentForm.Active; 2869activeMdiChild?.Active = false; 2879else if (Active) 4154if (!DesignMode && Enabled && Active) 6611Application.FormActivated(Modal, Active);
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (2)
230Assert.Equal(value, form.Active); 234Assert.Equal(value, form.Active);