2 writes to MdiWindowListStrip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3806MdiWindowListStrip = null; 6733MdiWindowListStrip = new MdiWindowListStrip();
10 references to MdiWindowListStrip
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Form.cs (10)
3804if (MdiWindowListStrip != null){ 3805MdiWindowListStrip.Dispose(); 6723if (MdiWindowListStrip != null && MdiWindowListStrip.MergedMenu != null) { 6726ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu,MdiWindowListStrip,/*revertMdiStuff*/true); 6732if (MdiWindowListStrip == null) { 6739MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6741ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6743MdiWindowListStrip.MergedMenu = sourceMenuStrip;