1 write to _layoutStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1200
_layoutStyle
= value;
10 references to _layoutStyle
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (10)
1181
if (
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)
1192
return
_layoutStyle
;
1198
if (
_layoutStyle
!= value)
1254
LayoutSettings = CreateLayoutSettings(
_layoutStyle
);
1438
if (
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)
4456
return
_layoutStyle
!= ToolStripLayoutStyle.StackWithOverflow;
4521
if (!IsInToolStripPanel &&
_layoutStyle
!= ToolStripLayoutStyle.HorizontalStackWithOverflow &&
_layoutStyle
!= ToolStripLayoutStyle.VerticalStackWithOverflow)
4547
if (
_layoutStyle
is not ToolStripLayoutStyle.HorizontalStackWithOverflow and not ToolStripLayoutStyle.VerticalStackWithOverflow)
4553
if (LayoutEngine is ToolStripSplitStackLayout &&
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)