1 instantiation of ToolStripDropDownButtonInternalLayout
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
105
return new
ToolStripDropDownButtonInternalLayout
(this);
2 references to ToolStripDropDownButtonInternalLayout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (2)
179
ToolStripDropDownButton.
ToolStripDropDownButtonInternalLayout
layout = InternalLayout as
ToolStripDropDownButtonInternalLayout
;