3 instantiations of 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);
7 references to FlowLayoutSettings
System.Windows.Forms (7)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
24
private
FlowLayoutSettings
_flowLayoutSettings;
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
22
internal static
FlowLayoutSettings
CreateSettings(IArrangedElement owner) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1140
FlowLayoutSettings
flowLayoutSettings = layoutSettings as
FlowLayoutSettings
;
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
573
FlowLayoutSettings
settings = FlowLayout.CreateSettings(this);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
762
private
FlowLayoutSettings
flowLayoutSettings = null;
806
public
FlowLayoutSettings
FlowLayoutSettings {