5 references to PaintBackground
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (1)
28
Control.
PaintBackground
(e, rect, backColor, rect.Location);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (2)
43
Control.
PaintBackground
(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : Control.BackColor, r.Location);
83
Control.
PaintBackground
(e, r, IsHighContrastHighlighted2() ? SystemColors.Highlight : Control.BackColor, r.Location);
winforms\Managed\System\WinForms\Control.cs (2)
9588
PaintBackground
(e, rectangle, this.BackColor, Point.Empty);
9592
PaintBackground
(e, rectangle, backColor, Point.Empty);