9 references to StackWithOverflow
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStrip.cs (9)
64
private ToolStripLayoutStyle layoutStyle = ToolStripLayoutStyle.
StackWithOverflow
;
1335
AmbientValue(ToolStripLayoutStyle.
StackWithOverflow
)
1339
if (layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
) {
1351
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ToolStripLayoutStyle.
StackWithOverflow
, (int)ToolStripLayoutStyle.Table)){
1373
case ToolStripLayoutStyle.
StackWithOverflow
:
1378
if (value != ToolStripLayoutStyle.
StackWithOverflow
) {
1619
if (layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)
4564
return layoutStyle != ToolStripLayoutStyle.
StackWithOverflow
;
4677
if (LayoutEngine is ToolStripSplitStackLayout && layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
) {