1 write to layoutStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1355
layoutStyle
= value;
11 references to layoutStyle
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolStrip.cs (11)
1339
if (
layoutStyle
== ToolStripLayoutStyle.StackWithOverflow) {
1347
return
layoutStyle
;
1354
if (
layoutStyle
!= value) {
1396
LayoutSettings = CreateLayoutSettings(
layoutStyle
);
1619
if (
layoutStyle
== ToolStripLayoutStyle.StackWithOverflow)
4564
return
layoutStyle
!= ToolStripLayoutStyle.StackWithOverflow;
4642
if (!IsInToolStripPanel &&
layoutStyle
!= ToolStripLayoutStyle.HorizontalStackWithOverflow &&
layoutStyle
!= ToolStripLayoutStyle.VerticalStackWithOverflow) {
4664
if (
layoutStyle
!= ToolStripLayoutStyle.HorizontalStackWithOverflow &&
layoutStyle
!= ToolStripLayoutStyle.VerticalStackWithOverflow) {
4677
if (LayoutEngine is ToolStripSplitStackLayout &&
layoutStyle
== ToolStripLayoutStyle.StackWithOverflow) {