2 writes to dragImage
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (2)
701
this.
dragImage
= draggedImage;
710
this.
dragImage
= null;
12 references to dragImage
System.Workflow.ComponentModel (12)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (12)
269
Debug.Assert(this.
dragImage
== null);
271
if (this.
dragImage
!= null)
394
if (this.
dragImage
!= null)
396
parentView.InvalidateClientRectangle(new Rectangle(oldDragImagePoint, this.
dragImage
.Size));
397
parentView.InvalidateClientRectangle(new Rectangle(this.dragImagePointInClientCoOrd, this.
dragImage
.Size));
607
if (this.
dragImage
!= null)
608
ActivityDesignerPaint.DrawImage(e.Graphics, this.
dragImage
, new Rectangle(this.dragImagePointInClientCoOrd, this.
dragImage
.Size), new Rectangle(0, 0, this.
dragImage
.Width, this.
dragImage
.Height), DesignerContentAlignment.Center, (this.dragImageSnapped) ? 1.0f : 0.5f, WorkflowTheme.CurrentTheme.AmbientTheme.DrawGrayscale);
707
if (this.
dragImage
!= null)
709
this.
dragImage
.Dispose();