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