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