8 references to StackWithOverflow
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (8)
44
private ToolStripLayoutStyle _layoutStyle = ToolStripLayoutStyle.
StackWithOverflow
;
1172
[AmbientValue(ToolStripLayoutStyle.
StackWithOverflow
)]
1177
if (_layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)
1219
case ToolStripLayoutStyle.
StackWithOverflow
:
1224
if (value != ToolStripLayoutStyle.
StackWithOverflow
)
1434
if (_layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)
4460
return _layoutStyle != ToolStripLayoutStyle.
StackWithOverflow
;
4559
if (LayoutEngine is ToolStripSplitStackLayout && _layoutStyle == ToolStripLayoutStyle.
StackWithOverflow
)