7 references to new
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.ToolStripDropDownButtonInternalLayout.cs (1)
19: base(ownerItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2080private protected virtual ToolStripItemInternalLayout CreateInternalLayout() => new(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelLayout.cs (1)
16: base(owner)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemInternalLayout.cs (1)
16: base(ownerItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
344return new ToolStripItemInternalLayout(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonButtonLayout.cs (1)
20: base(owner.SplitButtonButton)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelLayout.cs (1)
16: base(owner)