5 references to DrawImage
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
110graphics.DrawImage(metafile, 0, 0, bitmapwidth, bitmapheight);
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
411graphics.DrawImage(image, imageBounds.X, imageBounds.Y, image.Width, image.Height);
System\Windows\Forms\Controls\Labels\Label.cs (1)
995g.DrawImage(image, loc.X, loc.Y, image.Width, image.Height);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
227graphics.DrawImage(bitmap, 0, 0, size.Width, size.Height);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
985e.Graphics.DrawImage(listBoxItem!.ToolboxBitmap!,