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