8 references to DrawBorderSimple
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
113
ControlPaint.
DrawBorderSimple
(deviceContext, bounds, ControlPaint.Dark(Control.BackColor));
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (1)
51
ControlPaint.
DrawBorderSimple
(e, r, borderColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (2)
32
ControlPaint.
DrawBorderSimple
(e, r, ControlPaint.Dark(Control.BackColor));
61
ControlPaint.
DrawBorderSimple
(e, r, ControlPaint.Dark(Control.BackColor));
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
586
ControlPaint.
DrawBorderSimple
(g, clientBounds, SystemColors.Highlight);
663
ControlPaint.
DrawBorderSimple
(g, bounds, SystemColors.Highlight);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
585
ControlPaint.
DrawBorderSimple
(e, editBounds, SystemColors.Control);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
533
DrawBorderSimple
(graphics, bounds, color, style);