7 references to Flow
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
1358case ToolStripLayoutStyle.Flow: 1958case ToolStripLayoutStyle.Flow:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1139if (style == ToolStripLayoutStyle.Flow) { 1318this.LayoutStyle = ToolStripLayoutStyle.Flow; 1536if (LayoutStyle == ToolStripLayoutStyle.Flow) {
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
198DefaultValue(ToolStripLayoutStyle.Flow)
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
296case ToolStripLayoutStyle.Flow: