3 writes to MdiControlStrip
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
3474MdiControlStrip = null; 6247MdiControlStrip = null; 6260MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal);
8 references to MdiControlStrip
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
3471if (MdiControlStrip is not null) 3473MdiControlStrip.Dispose(); 6220MdiControlStrip? mdiControlStrip = MdiControlStrip; 6261ToolStripManager.Merge(MdiControlStrip, sourceMenuStrip); 6262MdiControlStrip.MergedMenu = sourceMenuStrip; 6376if (WindowState == FormWindowState.Maximized && MdiParent?.MdiControlStrip is not null) 6378MdiParent.MdiControlStrip.updateIcon(); 7005if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.ActiveMdiChildInternal == this)