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