3 references to FlowLayoutSettings
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
23return new FlowLayoutSettings(owner);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1959return new FlowLayoutSettings(this);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
809flowLayoutSettings = new FlowLayoutSettings(owner);