3 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
1426ActiveMdiChildInternal = null; 3129ActiveMdiChildInternal = form; 3751ActiveMdiChildInternal = null;
21 references to ActiveMdiChildInternal
System.Windows.Forms (21)
winforms\Managed\System\WinForms\Form.cs (19)
458Form mdiChild = ActiveMdiChildInternal; 1039Form form = formMdiParent.ActiveMdiChildInternal; 3118Form activeMdiChild = ActiveMdiChildInternal; 3725Form activeMdiChild = ActiveMdiChildInternal; 4400if (this.IsMdiChild && (formStateEx[FormStateExMnemonicProcessed] == 1 || this != this.MdiParentInternal.ActiveMdiChildInternal || this.WindowState == FormWindowState.Minimized)){ 4548if (parForm != null && this == parForm.ActiveMdiChildInternal) { 4582if (menu == Menu || (this.ActiveMdiChildInternal != null && menu == this.ActiveMdiChildInternal.Menu)) { 6489form = ActiveMdiChildInternal; 6570Form activeMdiChild = this.ActiveMdiChildInternal; 6617ArrayList childrenToolStrips = ToolStripManager.FindMergeableToolStrips(ActiveMdiChildInternal); 6632if(ActiveMdiChildInternal != null) { 6651Form activeMdiForm = ActiveMdiChildInternal; 6692if (ActiveMdiChildInternal != null && maximized) { 6693if (ActiveMdiChildInternal.ControlBox) { 6704this.MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal); 6705Debug.WriteLineIf(ToolStrip.MDIMergeDebug.TraceVerbose, "UpdateMdiControlStrip: built up an MDI control strip for " + ActiveMdiChildInternal.Text + " with " + MdiControlStrip.Items.Count.ToString(CultureInfo.InvariantCulture) + " items."); 7302if (formMdiParent.ActiveMdiChildInternal == this) { 7462if (MdiControlStrip == null && MdiParentInternal != null && MdiParentInternal.ActiveMdiChildInternal == this) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
365childForm = ((Form)ParentInternal).ActiveMdiChildInternal;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1653rootWindowsMatch = (toolStripForm == mainForm.ActiveMdiChildInternal);