3 writes to MdiControlStrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
3811MdiControlStrip = null; 6689MdiControlStrip = null; 6704this.MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal);
8 references to MdiControlStrip
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (8)
3809if (MdiControlStrip != null){ 3810MdiControlStrip.Dispose(); 6666MdiControlStrip mdiControlStrip = this.MdiControlStrip; 6668if (MdiControlStrip != null) { 6705Debug.WriteLineIf(ToolStrip.MDIMergeDebug.TraceVerbose, "UpdateMdiControlStrip: built up an MDI control strip for " + ActiveMdiChildInternal.Text + " with " + MdiControlStrip.Items.Count.ToString(CultureInfo.InvariantCulture) + " items."); 6707ToolStripManager.Merge(this.MdiControlStrip, sourceMenuStrip); 6709this.MdiControlStrip.MergedMenu = sourceMenuStrip; 7462if (MdiControlStrip == null && MdiParentInternal != null && MdiParentInternal.ActiveMdiChildInternal == this) {