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