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