17 references to DrawImage
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
3335DrawImage(image, destRect, srcX, srcY, srcWidth, srcHeight, srcUnit, null);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
128 _graphics.DrawImage(
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ControlPaint.cs (3)
519g.DrawImage(backgroundImage, imageRectangle, 0, 0, backgroundImage.Width, backgroundImage.Height, GraphicsUnit.Pixel, imageAttrib); 1598g.DrawImage(image, 1608graphics.DrawImage(image,
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
538g.DrawImage(b, bounds, 0, 0, bounds.Width, bounds.Height,GraphicsUnit.Pixel, attr);
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
784g.DrawImage(b, bmpRect, 0, 0, bmpRect.Width, bmpRect.Height,GraphicsUnit.Pixel, attr);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
572g.DrawImage(bmp, bmpRect, 0, 0, bmpRect.Width, bmpRect.Height,GraphicsUnit.Pixel, attr);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
884g.DrawImage(img, imgBounds, 0, 0, img.Width, img.Height, GraphicsUnit.Pixel, attr);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1143g.DrawImage(bmp, bmpRect, 0, 0, iconsWidth, iconsHeight, GraphicsUnit.Pixel, attr);
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (2)
379 g.DrawImage(image, imageRect, 0, 0, imageRect.Width, imageRect.Height, GraphicsUnit.Pixel, attrs); 382 g.DrawImage(image, imageRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, attrs);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
907e.Graphics.DrawImage(image, imageRect, 0, 0, imageRect.Width, 1082graphics.DrawImage(normalImage,
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
128 _graphics.DrawImage(
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (1)
193graphics.DrawImage(image, imageRectangle, source.X, source.Y, source.Width, source.Height, GraphicsUnit.Pixel, imageAttributes);
AuthoringOM\Design\WorkflowView.cs (1)
1668viewPortGraphics.DrawImage(temporaryBitmap, new Rectangle(-viewPortData.ShadowDepth.Width, -viewPortData.ShadowDepth.Height, memoryBitmap.Width, memoryBitmap.Height), 0, 0, memoryBitmap.Width, memoryBitmap.Height, GraphicsUnit.Pixel, transparentColorKey);