System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (7)
185DrawUpArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds, contentScaleOverride));
189DrawDownArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds, contentScaleOverride));
197DrawLeftArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds, contentScaleOverride));
201DrawRightArrow(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds, contentScaleOverride));
213DrawOpenDropDownChevron(graphics, contentBrush, centerX, centerY, ScaleSymbolSize(bounds, contentScaleOverride));
243int baseArrowSize = ScaleSymbolSize(bounds, contentScaleOverride);
271int baseArrowSize = ScaleSymbolSize(bounds, contentScaleOverride);