2 writes to draggedLocation
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
781
_dragComponents[_primaryComponentIndex].
draggedLocation
= MapPointFromTargetToSource(newPosition);
963
_dragComponents[i].
draggedLocation
= controlRect.Location;
5 references to draggedLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (5)
442
Point initialDropPoint = _behaviorServiceSource.AdornerWindowPointToScreen(_dragComponents[_primaryComponentIndex].
draggedLocation
);
823
Point dropPoint = _behaviorServiceSource.AdornerWindowPointToScreen(_dragComponents[_primaryComponentIndex].
draggedLocation
);
964
_dragComponents[i].originalControlLocation = _dragComponents[i].
draggedLocation
;
1033
Rectangle controlRect = new(_dragComponents[i].
draggedLocation
.X - _dragImageRect.X,
1034
_dragComponents[i].
draggedLocation
.Y - _dragImageRect.Y,