4 writes to _mouseDragLast
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
2090_mouseDragLast = InvalidPoint; 2111_mouseDragLast = InvalidPoint; 2155_mouseDragLast = PointToScreen(new Point(me.X, me.Y)); 2218_mouseDragLast = InvalidPoint;
7 references to _mouseDragLast
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
2176if (_mouseDragLast == InvalidPoint) 2189if (_mouseDragLast == InvalidPoint || 2190(Math.Abs(_mouseDragLast.X - newPt.X) < minDrag.Width && 2191Math.Abs(_mouseDragLast.Y - newPt.Y) < minDrag.Height)) 2210if (_tray._selectionUISvc is not null && _tray._selectionUISvc.BeginDrag(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y)) 2395else if (_mouseDragLast != InvalidPoint)