System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (7)
168DrawUpArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds));
172DrawDownArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds));
180DrawLeftArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds));
184DrawRightArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds));
196DrawOpenDropDownChevron(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds));
226int baseArrowSize = ScaleSymbolSize(bounds);
254int baseArrowSize = ScaleSymbolSize(bounds);