1 instantiation of MdiWindowListStrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
6733MdiWindowListStrip = new MdiWindowListStrip();
3 references to MdiWindowListStrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
1955private MdiWindowListStrip MdiWindowListStrip { 1956get { return Properties.GetObject(PropMdiWindowListStrip) as MdiWindowListStrip; }
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1871return (toolStrip is MdiControlStrip || toolStrip is MdiWindowListStrip);