5 references to PaintTransparentBackground
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
8043PaintTransparentBackground(e, rectangle); 8057PaintTransparentBackground(e, rectangle);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3676PaintTransparentBackground(e, ClientRectangle, transparentRegion);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
340protected override void OnPaintBackground(PaintEventArgs e) => PaintTransparentBackground(e, ClientRectangle);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
672PaintTransparentBackground(e, _displayRect);