4 references to FlowLayoutSettings
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (2)
17FlowLayoutSettings.WrapContents = false; 18FlowLayoutSettings.FlowDirection = FlowDirection.LeftToRight;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (2)
18FlowLayoutSettings.WrapContents = false; 19FlowLayoutSettings.FlowDirection = FlowDirection.TopDown;