6 references to DrawImage
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
2041DrawImage(image, rect, 0, 0, width, height, GraphicsUnit.Pixel); 2126=> DrawImage(image, destRect, srcRect.X, srcRect.Y, srcRect.Width, srcRect.Height, srcUnit);
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3554graphics.DrawImage(s_errorBmp, iconBounds, 0, 0, s_iconsWidth, s_iconsHeight, GraphicsUnit.Pixel);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1718graphics.DrawImage(bitmap, rectangle, 0, 0, bitmap.Width, bitmap.Height, GraphicsUnit.Pixel);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
474g.DrawImage( 491g.DrawImage(