1 write to LayoutStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusStrip.cs (1)
46this.LayoutStyle = ToolStripLayoutStyle.Table;
4 references to LayoutStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusStrip.cs (4)
306if (LayoutStyle == ToolStripLayoutStyle.Table) { 343if (this.LayoutStyle == ToolStripLayoutStyle.Table) { 353if (this.LayoutStyle == ToolStripLayoutStyle.Table) { 446if (this.LayoutStyle == ToolStripLayoutStyle.Table) {