4 references to PaintBackground
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
8034
PaintBackground
(e, rectangle, BackColor, Point.Empty);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (1)
18
Control.
PaintBackground
(e, rect, backColor, rect.Location);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (2)
27
Control.
PaintBackground
(e, r, IsHighContrastHighlighted() ? SystemColors.Highlight : Control.BackColor, r.Location);
73
Control.
PaintBackground
(e, r, IsHighContrastHighlighted() ? SystemColors.Highlight : Control.BackColor, r.Location);