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