10 references to Table
System.Windows.Forms (10)
winforms\Managed\System\WinForms\StatusStrip.cs (6)
46this.LayoutStyle = ToolStripLayoutStyle.Table; 135[DefaultValue(ToolStripLayoutStyle.Table)] 306if (LayoutStyle == ToolStripLayoutStyle.Table) { 343if (this.LayoutStyle == ToolStripLayoutStyle.Table) { 353if (this.LayoutStyle == ToolStripLayoutStyle.Table) { 446if (this.LayoutStyle == ToolStripLayoutStyle.Table) {
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1351if (!ClientUtils.IsEnumValid(value, (int)value, (int)ToolStripLayoutStyle.StackWithOverflow, (int)ToolStripLayoutStyle.Table)){ 1365case ToolStripLayoutStyle.Table: 1960case ToolStripLayoutStyle.Table:
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
297case ToolStripLayoutStyle.Table: