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