3 writes to _dragBase
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
463
_dragBase
= new Point(initialX, initialY);
576
_dragBase
= Point.Empty;
936
_dragBase
= Point.Empty;
6 references to _dragBase
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\OleDragDropHandler.cs (6)
605
if ((Dragging && de.X ==
_dragBase
.X && de.Y ==
_dragBase
.Y) ||
845
Rectangle offset = new(de.X -
_dragBase
.X, de.Y -
_dragBase
.Y, 0, 0);
968
Point newOffset = _forceDrawFrames ? convertedPoint : new Point(de.X -
_dragBase
.X, de.Y -
_dragBase
.Y);