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