6 references to PaintTransparentBackground
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
8890
PaintTransparentBackground
(e, rectangle);
8904
PaintTransparentBackground
(e, rectangle);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3675
PaintTransparentBackground
(e, ClientRectangle, transparentRegion);
System\Windows\Forms\ParentBackgroundRenderer.cs (1)
37
control.
PaintTransparentBackground
(paintEventArgs, bounds, paintRegion);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
346
protected override void OnPaintBackground(PaintEventArgs e) =>
PaintTransparentBackground
(e, ClientRectangle);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
664
PaintTransparentBackground
(e, _displayRect);