2 writes to draggedDesignerImages
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
202this.draggedDesignerImages = imageList; 213this.draggedDesignerImages = null;
19 references to draggedDesignerImages
System.Workflow.ComponentModel (19)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (19)
35if (this.draggedDesignerImages == null) 52if (this.draggedDesignerImages != null) 60if (this.draggedDesignerImages != null) 82if (this.draggedDesignerImages != null) 118if (this.draggedDesignerImages != null) 126if (this.draggedDesignerImages != null) 148if (this.draggedDesignerImages == null || this.draggedDesignerImages.Count == 0 || !(DropTargetDesigner is FreeformActivityDesigner)) 156if (this.draggedDesignerImages != null && DropTargetDesigner is FreeformActivityDesigner) 165Debug.Assert(this.draggedDesignerImages.Count == DraggedActivities.Count); 167for (int i = 0; i < this.draggedDesignerImages.Count; i++) 169Size imageSize = this.draggedDesignerImages[i].Size; 170ActivityDesignerPaint.DrawImage(eventArgs.Graphics, this.draggedDesignerImages[i], new Rectangle(new Point(locations[i].X - 2 * ambientTheme.Margin.Width, locations[i].Y - 2 * ambientTheme.Margin.Height), imageSize), new Rectangle(Point.Empty, imageSize), DesignerContentAlignment.Fill, 0.4f, false); 209if (this.draggedDesignerImages != null) 211foreach (Bitmap image in this.draggedDesignerImages) 222if (this.draggedDesignerImages != null) 224if (locations.Length == this.draggedDesignerImages.Count) 230for (int i = 0; i < this.draggedDesignerImages.Count; i++) 232Rectangle rectangle = new Rectangle(locations[i], this.draggedDesignerImages[i].Size);