8 references to Table
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (6)
33LayoutStyle = ToolStripLayoutStyle.Table; 117[DefaultValue(ToolStripLayoutStyle.Table)] 300if (LayoutStyle == ToolStripLayoutStyle.Table) 341if (LayoutStyle == ToolStripLayoutStyle.Table) 354if (LayoutStyle == ToolStripLayoutStyle.Table) 450if (LayoutStyle == ToolStripLayoutStyle.Table)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1204case ToolStripLayoutStyle.Table: 1765ToolStripLayoutStyle.Table => new TableLayoutSettings(this),