8 references to DrawImage
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1481graphics.DrawImage(bitmap, x, y);
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
210pe.Graphics.DrawImage(image, _bounds.Left, _bounds.Top);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
810_graphicsTarget.DrawImage(_dragImage, newImageRect.X, newImageRect.Y);
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
226pe.Graphics.DrawImage(_image, _glyphBounds.Left, _glyphBounds.Top);
System\Windows\Forms\Design\ComponentTray.cs (1)
2307e.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\ControlDesigner.cs (1)
1558pe.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\GroupBoxDesigner.cs (1)
93pe.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
199g.DrawImage(parentBitmap, -childElementHost.Left, -childElementHost.Top);