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