8 references to StackWithOverflow
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
39
private ToolStripLayoutStyle _layoutStyle = ToolStripLayoutStyle.
StackWithOverflow
;
1167
[AmbientValue(ToolStripLayoutStyle.
StackWithOverflow
)]
1172
if (_layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)
1214
case ToolStripLayoutStyle.
StackWithOverflow
:
1219
if (value != ToolStripLayoutStyle.
StackWithOverflow
)
1429
if (_layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)
4455
return _layoutStyle != ToolStripLayoutStyle.
StackWithOverflow
;
4554
if (LayoutEngine is ToolStripSplitStackLayout && _layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)