1 write to _layoutStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1197_layoutStyle = value;
10 references to _layoutStyle
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (10)
1178if (_layoutStyle == ToolStripLayoutStyle.StackWithOverflow) 1189return _layoutStyle; 1195if (_layoutStyle != value) 1251LayoutSettings = CreateLayoutSettings(_layoutStyle); 1435if (_layoutStyle == ToolStripLayoutStyle.StackWithOverflow) 4457return _layoutStyle != ToolStripLayoutStyle.StackWithOverflow; 4522if (!IsInToolStripPanel && _layoutStyle != ToolStripLayoutStyle.HorizontalStackWithOverflow && _layoutStyle != ToolStripLayoutStyle.VerticalStackWithOverflow) 4548if (_layoutStyle is not ToolStripLayoutStyle.HorizontalStackWithOverflow and not ToolStripLayoutStyle.VerticalStackWithOverflow) 4554if (LayoutEngine is ToolStripSplitStackLayout && _layoutStyle == ToolStripLayoutStyle.StackWithOverflow)