7 references to DrawImage
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
753
graphics.
DrawImage
(item._displayImage, iconRect.Location);
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (2)
2495
Assert.Throws<ArgumentNullException>(() => g.
DrawImage
(null, new Point(0, 0)));
2503
g.
DrawImage
(bmp, new Point(0, 0));
System\Drawing\GraphicsTests.cs (1)
323
targetGraphics.
DrawImage
(image, Point.Empty);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
300
g.
DrawImage
(_swatch, new Point(EditRegionRelativeLocation.X + 2, EditorLineSwatchPadding + 5));
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
340
graphics.
DrawImage
(DesignerUtils.BoxImage, newRectangle.Location);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
421
e.Graphics.
DrawImage
(bitmap, SD.Point.Empty);