6 references to DrawImage
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
107
graphics.
DrawImage
(metafile, 0, 0, bitmapwidth, bitmapheight);
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
411
graphics.
DrawImage
(image, imageBounds.X, imageBounds.Y, image.Width, image.Height);
System\Windows\Forms\Controls\Labels\Label.cs (1)
995
g.
DrawImage
(image, loc.X, loc.Y, image.Width, image.Height);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
224
graphics.
DrawImage
(bitmap, 0, 0, size.Width, size.Height);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
983
e.Graphics.
DrawImage
(listBoxItem!.ToolboxBitmap!,
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
739
e.Graphics.
DrawImage
(tbxBitmap, e.Bounds.X, e.Bounds.Y, s_iconWidth, s_iconHeight);