4 writes to _mouseDragLast
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
2096
_mouseDragLast
= InvalidPoint;
2117
_mouseDragLast
= InvalidPoint;
2161
_mouseDragLast
= PointToScreen(new Point(me.X, me.Y));
2224
_mouseDragLast
= InvalidPoint;
7 references to _mouseDragLast
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
2182
if (
_mouseDragLast
== InvalidPoint)
2195
if (
_mouseDragLast
== InvalidPoint ||
2196
(Math.Abs(
_mouseDragLast
.X - newPt.X) < minDrag.Width &&
2197
Math.Abs(
_mouseDragLast
.Y - newPt.Y) < minDrag.Height))
2216
if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable,
_mouseDragLast
.X,
_mouseDragLast
.Y))
2401
else if (
_mouseDragLast
!= InvalidPoint)