5 overrides of OnPaintBackground
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1158protected 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)
346protected 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 (8)
System\Windows\Forms\Control.cs (3)
6487c.OnPaintBackground(e); 8986/// <see cref="OnPaintBackground(PaintEventArgs)"/>. 9091OnPaintBackground(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)
1162base.OnPaintBackground(e); 1171base.OnPaintBackground(e); 1176base.OnPaintBackground(e);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
678base.OnPaintBackground(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
392base.OnPaintBackground(pevent);