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