2 instantiations of ToolStripSplitStackLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
147_layoutEngine = new ToolStripSplitStackLayout(this); 1246_layoutEngine = new ToolStripSplitStackLayout(this);
5 references to ToolStripSplitStackLayout
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
734if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle == ToolStripGripStyle.Visible)) 1244if (_layoutEngine is not ToolStripSplitStackLayout) 4242if (LayoutEngine is ToolStripSplitStackLayout) 4553if (LayoutEngine is ToolStripSplitStackLayout && _layoutStyle == ToolStripLayoutStyle.StackWithOverflow)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
92if (ParentInternal is not null && ParentInternal.LayoutEngine is ToolStripSplitStackLayout)