1 write to _layoutStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1198
_layoutStyle
= value;
10 references to _layoutStyle
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (10)
1179
if (
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)
1190
return
_layoutStyle
;
1196
if (
_layoutStyle
!= value)
1252
LayoutSettings = CreateLayoutSettings(
_layoutStyle
);
1436
if (
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)
4457
return
_layoutStyle
!= ToolStripLayoutStyle.StackWithOverflow;
4522
if (!IsInToolStripPanel &&
_layoutStyle
!= ToolStripLayoutStyle.HorizontalStackWithOverflow &&
_layoutStyle
!= ToolStripLayoutStyle.VerticalStackWithOverflow)
4548
if (
_layoutStyle
is not ToolStripLayoutStyle.HorizontalStackWithOverflow and not ToolStripLayoutStyle.VerticalStackWithOverflow)
4554
if (LayoutEngine is ToolStripSplitStackLayout &&
_layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)