9 references to DrawImage
System.Drawing (6)
commonui\System\Drawing\Graphics.cs (6)
2685this.DrawImage(icon.ToBitmap(), x, y); 2808DrawImage(image, point.X, point.Y); 2865DrawImage(image, point.X, point.Y); 2872DrawImage(image, x, y); 2879DrawImage(image, rect.X, rect.Y); 2886DrawImage(image, x, y);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
139g.DrawImage(errorIcon, 2, barHeight + 3);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1371graphics.DrawImage(bitmap, x, y);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
474e.Graphics.DrawImage(paintBufferBitmap, 0, 0);