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