6 references to Flow
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1195case ToolStripLayoutStyle.Flow: 1764ToolStripLayoutStyle.Flow => new FlowLayoutSettings(this),
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
925if (style == ToolStripLayoutStyle.Flow) 1094LayoutStyle = ToolStripLayoutStyle.Flow; 1302if (LayoutStyle == ToolStripLayoutStyle.Flow)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
143[DefaultValue(ToolStripLayoutStyle.Flow)]