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)
639
if ((mouseLoc !=
_lastFeedbackLocation
) || (altKeyPressed && _dragAssistanceManager is not null))