5 writes to _mouseDropLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
505
_mouseDropLocation
= InvalidPoint;
1063
_mouseDropLocation
= PointToClient(new Point(de.X, de.Y));
1099
_mouseDropLocation
= InvalidPoint;
1236
_mouseDropLocation
= new Point(e.X, e.Y);
1251
_mouseDropLocation
= InvalidPoint;
6 references to _mouseDropLocation
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
1728
if (
_mouseDropLocation
== InvalidPoint)
1752
if (
_mouseDropLocation
!= InvalidPoint)
1754
if (!c.Location.Equals(
_mouseDropLocation
))
1756
c.Location =
_mouseDropLocation
;
1780
if (
_mouseDropLocation
!= InvalidPoint)
1782
RearrangeInAutoSlots(c,
_mouseDropLocation
);