6 references to DrawImage
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
107graphics.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)
224graphics.DrawImage(bitmap, 0, 0, size.Width, size.Height);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
983e.Graphics.DrawImage(listBoxItem!.ToolboxBitmap!,
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
739e.Graphics.DrawImage(tbxBitmap, e.Bounds.X, e.Bounds.Y, s_iconWidth, s_iconHeight);