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