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)
734
if ((LayoutEngine is
ToolStripSplitStackLayout
) && (GripStyle == ToolStripGripStyle.Visible))
1244
if (_layoutEngine is not
ToolStripSplitStackLayout
)
4242
if (LayoutEngine is
ToolStripSplitStackLayout
)
4553
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
)