1 write to originalControlLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
964
_dragComponents[i].
originalControlLocation
= _dragComponents[i].draggedLocation;
2 references to originalControlLocation
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
739
Point newPosition = new(mouseLoc.X - _initialMouseLoc.X + _dragComponents[_primaryComponentIndex].
originalControlLocation
.X,
740
mouseLoc.Y - _initialMouseLoc.Y + _dragComponents[_primaryComponentIndex].
originalControlLocation
.Y);