3 writes to MdiControlStrip
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
3549MdiControlStrip = null; 6338MdiControlStrip = null; 6351MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal);
8 references to MdiControlStrip
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
3546if (MdiControlStrip is not null) 3548MdiControlStrip.Dispose(); 6311MdiControlStrip? mdiControlStrip = MdiControlStrip; 6352ToolStripManager.Merge(MdiControlStrip, sourceMenuStrip); 6353MdiControlStrip.MergedMenu = sourceMenuStrip; 6467if (WindowState == FormWindowState.Maximized && MdiParent?.MdiControlStrip is not null) 6469MdiParent.MdiControlStrip.updateIcon(); 7096if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.ActiveMdiChildInternal == this)