1 instantiation of MdiWindowListStrip
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6384
MdiWindowListStrip ??= new
MdiWindowListStrip
();
3 references to MdiWindowListStrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
1063
=> toolStrip is MdiControlStrip or
MdiWindowListStrip
;
System\Windows\Forms\Form.cs (2)
1519
private
MdiWindowListStrip
? MdiWindowListStrip
1521
get => Properties.GetValueOrDefault<
MdiWindowListStrip
>(s_propMdiWindowListStrip);