5 writes to Active
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (4)
3125activeMdiChild.Active = false; 3133activeMdiChild.Active = true; 3729activeMdiChild.Active = false; 6946Active = NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.WA_INACTIVE;
winforms\Managed\System\WinForms\MDIClient.cs (1)
371childForm.Active = true;
4 references to Active
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
376return(parentForm.ActiveControl == this && parentForm.Active); 3135else if (this.Active) { 4715if (!DesignMode && Enabled && Active) { 6947Application.FormActivated(this.Modal, Active); // inform MsoComponentManager we're active