5 overrides of OnPaintBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1148
protected override void
OnPaintBackground
(PaintEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3249
protected override void
OnPaintBackground
(PaintEventArgs pevent)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
340
protected override void
OnPaintBackground
(PaintEventArgs e) => PaintTransparentBackground(e, ClientRectangle);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
662
protected override void
OnPaintBackground
(PaintEventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
395
protected override void
OnPaintBackground
(SWF.PaintEventArgs pevent)
9 references to OnPaintBackground
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (3)
6133
c.
OnPaintBackground
(e);
8139
/// <see cref="
OnPaintBackground
(PaintEventArgs)"/>.
8244
OnPaintBackground
(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
1152
base.
OnPaintBackground
(e);
1161
base.
OnPaintBackground
(e);
1166
base.
OnPaintBackground
(e);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
686
base.
OnPaintBackground
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1344
public new void OnPaintBackground(PaintEventArgs e) => base.
OnPaintBackground
(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
397
base.
OnPaintBackground
(pevent);