2 instantiations of ToolStripSplitStackLayout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
219
layoutEngine = new
ToolStripSplitStackLayout
(this);
1390
layoutEngine = new
ToolStripSplitStackLayout
(this);
5 references to ToolStripSplitStackLayout
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
851
if ((LayoutEngine is
ToolStripSplitStackLayout
) && (GripStyle == ToolStripGripStyle.Visible)){
1389
if (!(layoutEngine is
ToolStripSplitStackLayout
)) {
4354
if (this.LayoutEngine is
ToolStripSplitStackLayout
) {
4677
if (LayoutEngine is
ToolStripSplitStackLayout
&& layoutStyle == ToolStripLayoutStyle.StackWithOverflow) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
121
if (ParentInternal != null && ParentInternal.LayoutEngine is
ToolStripSplitStackLayout
) {