24 references to DrawImage
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (1)
2711
this.
DrawImage
(icon.ToBitmap(), targetRect);
commonui\System\Drawing\Icon.cs (1)
1074
graphics.
DrawImage
(tmpBitmap, new Rectangle(0, 0, size.Width, size.Height));
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonRenderer.cs (2)
204
g.
DrawImage
(image, imageBounds);
245
g.
DrawImage
(image, imageBounds);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
203
g.
DrawImage
(image, imageBounds);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
496
g.
DrawImage
(backgroundImage, imageRectangle);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
914
g.
DrawImage
(img, imgBounds2);
winforms\Managed\System\WinForms\PictureBox.cs (1)
1330
pe.Graphics.
DrawImage
(image, drawingRect);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
642
pevent.Graphics.
DrawImage
(pageInfo[i + StartPage].Image, box);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
624
g.
DrawImage
(pvUIItems[i].Image, uiItemRects[i]);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5916
pe.Graphics.
DrawImage
(GetSizeGripGlyph(pe.Graphics), lRect);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (1)
196
g.
DrawImage
(image, imageBounds);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
676
e.Graphics.
DrawImage
(image, imageRect);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
882
e.Graphics.
DrawImage
(image, imageRect);
944
g.
DrawImage
(textBmp, textRect);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
387
g.
DrawImage
(image, bounds);
424
g.
DrawImage
(imageList.Images[imageIndex], bounds);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (2)
1915
e.Graphics.
DrawImage
(tabItem.Image, tabImageRectangle);
1939
e.Graphics.
DrawImage
(bitmap, tabTextRectangle);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
687
draggedImageGraphics.
DrawImage
(image, new Rectangle(Point.Empty, image.Size));
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivityDesigner.cs (2)
186
e.Graphics.
DrawImage
(ImageResources.Arrow, incomingArrowRect);
198
e.Graphics.
DrawImage
(ImageResources.Arrow, outgoingArrowRect);
System\Workflow\Activities\SendActivityDesigner.cs (2)
138
e.Graphics.
DrawImage
(ImageResources.Arrow, outgoingArrowRect);
151
e.Graphics.
DrawImage
(ImageResources.Arrow, incomingArrowRect);