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