3 references to DropDownArrowRect
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (3)
180Rectangle dropDownArrowRect = (layout != null) ? layout.DropDownArrowRect :Rectangle.Empty; 260preferredSize.Width += DropDownArrowRect.Width + scaledDropDownArrowPadding.Horizontal; 263preferredSize.Height += DropDownArrowRect.Height + scaledDropDownArrowPadding.Vertical;