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