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