4 references to FlowLayoutSettings
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1773
ToolStripLayoutStyle.Flow => new
FlowLayoutSettings
(this),
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
534
FlowLayoutSettings settings =
new
(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);