3 references to FlowLayoutSettings
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1771
ToolStripLayoutStyle.Flow => new
FlowLayoutSettings
(this),
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (1)
58
_flowLayoutSettings ??= new
FlowLayoutSettings
(Row);
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
20
_flowLayoutSettings = new
FlowLayoutSettings
(this);