2 instantiations of ToolStripSplitStackLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
151
_layoutEngine = new
ToolStripSplitStackLayout
(this);
1242
_layoutEngine = new
ToolStripSplitStackLayout
(this);
5 references to ToolStripSplitStackLayout
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
736
if ((LayoutEngine is
ToolStripSplitStackLayout
) && (GripStyle == ToolStripGripStyle.Visible))
1240
if (_layoutEngine is not
ToolStripSplitStackLayout
)
4247
if (LayoutEngine is
ToolStripSplitStackLayout
)
4559
if (LayoutEngine is
ToolStripSplitStackLayout
&& _layoutStyle == ToolStripLayoutStyle.StackWithOverflow)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
92
if (ParentInternal is not null && ParentInternal.LayoutEngine is
ToolStripSplitStackLayout
)