3 writes to MdiControlStrip
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
3552MdiControlStrip = null; 6346MdiControlStrip = null; 6359MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal);
8 references to MdiControlStrip
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
3549if (MdiControlStrip is not null) 3551MdiControlStrip.Dispose(); 6319MdiControlStrip? mdiControlStrip = MdiControlStrip; 6360ToolStripManager.Merge(MdiControlStrip, sourceMenuStrip); 6361MdiControlStrip.MergedMenu = sourceMenuStrip; 6475if (WindowState == FormWindowState.Maximized && MdiParent?.MdiControlStrip is not null) 6477MdiParent.MdiControlStrip.updateIcon(); 7104if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.ActiveMdiChildInternal == this)