5 references to DrawImage
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
329g.DrawImage(original, 0, 0, width, height);
commonui\System\Drawing\Graphics.cs (1)
2834DrawImage(image, rect.X, rect.Y, rect.Width, rect.Height);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
586graphics.DrawImage(image, imageBounds.X, imageBounds.Y, image.Width, image.Height);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
226graphics.DrawImage(bitmap, 0, 0, size.Width, size.Height);
winforms\Managed\System\WinForms\Label.cs (1)
1199g.DrawImage(image, loc.X, loc.Y, image.Width, image.Height);