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