3 references to FlowLayoutSettings
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1771ToolStripLayoutStyle.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);