3 writes to MdiControlStrip
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
3471MdiControlStrip = null; 6241MdiControlStrip = null; 6254MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal);
8 references to MdiControlStrip
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
3468if (MdiControlStrip is not null) 3470MdiControlStrip.Dispose(); 6214MdiControlStrip? mdiControlStrip = MdiControlStrip; 6255ToolStripManager.Merge(MdiControlStrip, sourceMenuStrip); 6256MdiControlStrip.MergedMenu = sourceMenuStrip; 6370if (WindowState == FormWindowState.Maximized && MdiParent?.MdiControlStrip is not null) 6372MdiParent.MdiControlStrip.updateIcon(); 6999if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.ActiveMdiChildInternal == this)