5 overrides of OnPaintBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1146protected override void OnPaintBackground(PaintEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3287protected override void OnPaintBackground(PaintEventArgs pevent)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
340protected override void OnPaintBackground(PaintEventArgs e) => PaintTransparentBackground(e, ClientRectangle);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
654protected override void OnPaintBackground(PaintEventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
390protected override void OnPaintBackground(SWF.PaintEventArgs pevent)
9 references to OnPaintBackground
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
6263c.OnPaintBackground(e); 8255/// <see cref="OnPaintBackground(PaintEventArgs)"/>. 8360OnPaintBackground(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
1150base.OnPaintBackground(e); 1159base.OnPaintBackground(e); 1164base.OnPaintBackground(e);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
678base.OnPaintBackground(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1438public new void OnPaintBackground(PaintEventArgs e) => base.OnPaintBackground(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
392base.OnPaintBackground(pevent);