16 references to DrawImage
System.Workflow.Activities (3)
Designers\StateDesigner.Layouts.cs (3)
477
ActivityDesignerPaint.
DrawImage
(graphics, image, this.ImageRectangle, DesignerContentAlignment.Fill);
613
ActivityDesignerPaint.
DrawImage
(graphics, image, this.ImageRectangle, DesignerContentAlignment.Fill);
906
ActivityDesignerPaint.
DrawImage
(graphics, image, this.Bounds, DesignerContentAlignment.Fill);
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ActivityDesigner.cs (2)
1681
ActivityDesignerPaint.
DrawImage
(e.Graphics, Image, ImageRectangle, DesignerContentAlignment.Fill);
3098
ActivityDesignerPaint.
DrawImage
(graphics, image, imageRectangle, DesignerContentAlignment.Center);
AuthoringOM\Design\DesignerWidgets.cs (6)
242
ActivityDesignerPaint.
DrawImage
(graphics, itemInfo.Image, itemRectangle, DesignerContentAlignment.Center);
2697
ActivityDesignerPaint.
DrawImage
(graphics, scrollButtonImage, scrollbuttonRectangle, DesignerContentAlignment.Center);
2707
ActivityDesignerPaint.
DrawImage
(graphics, scrollButtonImage, scrollbuttonRectangle, DesignerContentAlignment.Center);
2743
ActivityDesignerPaint.
DrawImage
(graphics, itemImage, imageRectangle, DesignerContentAlignment.Center);
3417
ActivityDesignerPaint.
DrawImage
(graphics, previewModeImage, new Rectangle(this.previewModeButtonRectangle.Left + 2, this.previewModeButtonRectangle.Top + 2, this.previewModeButtonRectangle.Width - 4, this.previewModeButtonRectangle.Height - 4), DesignerContentAlignment.Center);
3475
ActivityDesignerPaint.
DrawImage
(graphics, ActivityPreviewDesignerTheme.PreviewImage, indicatorBounds, DesignerContentAlignment.TopLeft);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
96
ActivityDesignerPaint.
DrawImage
(graphics, AmbientTheme.ConfigErrorImage, bounds, DesignerContentAlignment.Fill);
AuthoringOM\Design\Glyphs\ConnectorDragDropGlyph.cs (1)
31
ActivityDesignerPaint.
DrawImage
(graphics, AmbientTheme.DropIndicatorImage, GetBounds(designer, activated), DesignerContentAlignment.Fill);
AuthoringOM\Design\Glyphs\LockedActivityGlyph.cs (1)
56
ActivityDesignerPaint.
DrawImage
(graphics, AmbientTheme.LockImage, bounds, DesignerContentAlignment.TopLeft);
AuthoringOM\Design\Glyphs\ReadOnlyActivityGlyph.cs (1)
40
ActivityDesignerPaint.
DrawImage
(graphics, AmbientTheme.ReadOnlyImage, bounds, DesignerContentAlignment.TopLeft);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (1)
217
ActivityDesignerPaint.
DrawImage
(e.Graphics, Image, ImageRectangle, DesignerContentAlignment.Fill);