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