5 overrides of OnPaintBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1158
protected override void
OnPaintBackground
(PaintEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3287
protected override void
OnPaintBackground
(PaintEventArgs pevent)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
346
protected override void
OnPaintBackground
(PaintEventArgs e) => PaintTransparentBackground(e, ClientRectangle);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
654
protected override void
OnPaintBackground
(PaintEventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
390
protected override void
OnPaintBackground
(SWF.PaintEventArgs pevent)
9 references to OnPaintBackground
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (3)
6487
c.
OnPaintBackground
(e);
8986
/// <see cref="
OnPaintBackground
(PaintEventArgs)"/>.
9091
OnPaintBackground
(e);
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
246
/// BackgroundImage that <see cref="Control.
OnPaintBackground
"/> painted. Using a transparent
System\Windows\Forms\Controls\Labels\LinkLabel.cs (3)
1162
base.
OnPaintBackground
(e);
1171
base.
OnPaintBackground
(e);
1176
base.
OnPaintBackground
(e);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
678
base.
OnPaintBackground
(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
392
base.
OnPaintBackground
(pevent);