3 writes to _lastFeedbackLocation
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (3)
113_lastFeedbackLocation = new Point(-1, -1); 588_lastFeedbackLocation = new Point(-1, -1); 841_lastFeedbackLocation = mouseLoc;
1 reference to _lastFeedbackLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
639if ((mouseLoc != _lastFeedbackLocation) || (altKeyPressed && _dragAssistanceManager is not null))