4 references to DrawBackgroundImage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
127
ControlPaint.
DrawBackgroundImage
(e.Graphics, Control.BackgroundImage, Color.Transparent, Control.BackgroundImageLayout, Control.ClientRectangle, bounds, Control.DisplayRectangle.Location, Control.RightToLeft);
winforms\Managed\System\WinForms\Control.cs (1)
9628
ControlPaint.
DrawBackgroundImage
(e.Graphics, BackgroundImage, backColor, BackgroundImageLayout, ClientRectangle, rectangle, scrollLocation, RightToLeft);
winforms\Managed\System\WinForms\ControlPaint.cs (2)
447
DrawBackgroundImage
(g, backgroundImage, backColor, backgroundImageLayout, bounds, clipRect, Point.Empty, RightToLeft.No);
450
DrawBackgroundImage
(g, backgroundImage, backColor, backgroundImageLayout, bounds, clipRect, scrollOffset, RightToLeft.No);