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