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