6 references to DrawImage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
867g.DrawImage(bmFlipXPThemes, backgroundBounds, new Rectangle(bmFlipXPThemes.Width - backgroundBounds.Width, 0, backgroundBounds.Width, backgroundBounds.Height), GraphicsUnit.Pixel);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
839graphics.DrawImage(bmFlipXPThemes,
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
673e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty, imageRect.Size), GraphicsUnit.Pixel);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
878e.Graphics.DrawImage(image, imageRect, new Rectangle(Point.Empty,imageRect.Size), GraphicsUnit.Pixel);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1257graphics.DrawImage(this.enabledItems[i].Image, new Rectangle(imagePoint, imageSize), new Rectangle(Point.Empty, imageSize), GraphicsUnit.Pixel); 3470graphics.DrawImage(previewedActivityImage, destnRectangle, new Rectangle(Point.Empty, previewedActivityImage.Size), GraphicsUnit.Pixel);