6 writes to movedDesignerImagePoint
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (6)
41this.movedDesignerImagePoint = logicalPoint; 43this.movedDesignerImagePoint = DragInitiationPoint; 67this.movedDesignerImagePoint = logicalPoint; 69this.movedDesignerImagePoint = DragInitiationPoint; 133this.movedDesignerImagePoint = logicalPoint; 135this.movedDesignerImagePoint = DragInitiationPoint;
5 references to movedDesignerImagePoint
System.Workflow.ComponentModel (5)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (5)
54Point[] previousLocations = GetDesignerLocations(DragInitiationPoint, this.movedDesignerImagePoint, DraggedActivities); 72Point[] newLocations = GetDesignerLocations(DragInitiationPoint, this.movedDesignerImagePoint, DraggedActivities); 120Point[] previousLocations = GetDesignerLocations(DragInitiationPoint, this.movedDesignerImagePoint, DraggedActivities); 138Point[] newLocations = GetDesignerLocations(DragInitiationPoint, this.movedDesignerImagePoint, DraggedActivities); 163Point[] locations = GetDesignerLocations(DragInitiationPoint, this.movedDesignerImagePoint, DraggedActivities);