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