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