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