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