5 overrides of OnPaintBackground
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (1)
3848
protected override void
OnPaintBackground
(PaintEventArgs ebe) {
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1283
protected override void
OnPaintBackground
(PaintEventArgs e) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3438
protected override void
OnPaintBackground
(PaintEventArgs pe) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
758
protected override void
OnPaintBackground
(PaintEventArgs e) {
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
494
protected override void
OnPaintBackground
(PaintEventArgs pevent)
7 references to OnPaintBackground
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
7536
c.
OnPaintBackground
(e);
9858
OnPaintBackground
(e);
winforms\Managed\System\WinForms\LinkLabel.cs (3)
1291
base.
OnPaintBackground
(e);
1299
base.
OnPaintBackground
(e);
1307
base.
OnPaintBackground
(e);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
768
base.
OnPaintBackground
(e);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
527
base.
OnPaintBackground
(pevent);