5 writes to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (4)
2793activeMdiChild.Active = false; 2802activeMdiChild.Active = true; 3383activeMdiChild.Active = false; 6519Active = m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System\Windows\Forms\MDI\MDIClient.cs (1)
355childForm.Active = true;
4 references to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
245return parentForm.ActiveControl == this && parentForm.Active; 2804else if (Active) 4079if (!DesignMode && Enabled && Active) 6520Application.FormActivated(Modal, Active);