4 references to DrawImage
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
761
graphics.
DrawImage
(item._displayImage, iconRect.Location);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
297
g.
DrawImage
(_swatch, new Point(EditRegionRelativeLocation.X + 2, EditorLineSwatchPadding + 5));
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
333
graphics.
DrawImage
(DesignerUtils.BoxImage, newRectangle.Location);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
416
e.Graphics.
DrawImage
(bitmap, SD.Point.Empty);