2 writes to draggedDesignerImages
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
202
this.
draggedDesignerImages
= imageList;
213
this.
draggedDesignerImages
= null;
19 references to draggedDesignerImages
System.Workflow.ComponentModel (19)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (19)
35
if (this.
draggedDesignerImages
== null)
52
if (this.
draggedDesignerImages
!= null)
60
if (this.
draggedDesignerImages
!= null)
82
if (this.
draggedDesignerImages
!= null)
118
if (this.
draggedDesignerImages
!= null)
126
if (this.
draggedDesignerImages
!= null)
148
if (this.
draggedDesignerImages
== null || this.
draggedDesignerImages
.Count == 0 || !(DropTargetDesigner is FreeformActivityDesigner))
156
if (this.
draggedDesignerImages
!= null && DropTargetDesigner is FreeformActivityDesigner)
165
Debug.Assert(this.
draggedDesignerImages
.Count == DraggedActivities.Count);
167
for (int i = 0; i < this.
draggedDesignerImages
.Count; i++)
169
Size imageSize = this.
draggedDesignerImages
[i].Size;
170
ActivityDesignerPaint.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);
209
if (this.
draggedDesignerImages
!= null)
211
foreach (Bitmap image in this.
draggedDesignerImages
)
222
if (this.
draggedDesignerImages
!= null)
224
if (locations.Length == this.
draggedDesignerImages
.Count)
230
for (int i = 0; i < this.
draggedDesignerImages
.Count; i++)
232
Rectangle rectangle = new Rectangle(locations[i], this.
draggedDesignerImages
[i].Size);