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)
442Point initialDropPoint = _behaviorServiceSource.AdornerWindowPointToScreen(_dragComponents[_primaryComponentIndex].draggedLocation); 823Point dropPoint = _behaviorServiceSource.AdornerWindowPointToScreen(_dragComponents[_primaryComponentIndex].draggedLocation); 964_dragComponents[i].originalControlLocation = _dragComponents[i].draggedLocation; 1033Rectangle controlRect = new(_dragComponents[i].draggedLocation.X - _dragImageRect.X, 1034_dragComponents[i].draggedLocation.Y - _dragImageRect.Y,