7 references to ToolStripItemInternalLayout
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
240
public ToolStripDropDownButtonInternalLayout(ToolStripDropDownButton ownerItem) :
base
(ownerItem) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2522
return new
ToolStripItemInternalLayout
(this);
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
423
public ToolStripLabelLayout(ToolStripLabel owner) :
base
(owner) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1441
public ToolStripMenuItemInternalLayout(ToolStripMenuItem ownerItem) :
base
(ownerItem) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
421
return new
ToolStripItemInternalLayout
(this);
754
public ToolStripSplitButtonButtonLayout(ToolStripSplitButton owner) :
base
(owner.SplitButtonButton) {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
286
public ToolStripStatusLabelLayout(ToolStripStatusLabel owner) :
base
(owner) {