1 instantiation of ToolStripDropDownButtonInternalLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (1)
109
return new
ToolStripDropDownButtonInternalLayout
(this);
1 reference to ToolStripDropDownButtonInternalLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.cs (1)
198
Rectangle dropDownArrowRect = (InternalLayout is
ToolStripDropDownButtonInternalLayout
layout) ? layout.DropDownArrowRect : Rectangle.Empty;