5 writes to _mouseDropLocation
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
499
_mouseDropLocation
= InvalidPoint;
1054
_mouseDropLocation
= PointToClient(new Point(de.X, de.Y));
1090
_mouseDropLocation
= InvalidPoint;
1227
_mouseDropLocation
= new Point(e.X, e.Y);
1242
_mouseDropLocation
= InvalidPoint;
6 references to _mouseDropLocation
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
1719
if (
_mouseDropLocation
== InvalidPoint)
1743
if (
_mouseDropLocation
!= InvalidPoint)
1745
if (!c.Location.Equals(
_mouseDropLocation
))
1747
c.Location =
_mouseDropLocation
;
1771
if (
_mouseDropLocation
!= InvalidPoint)
1773
RearrangeInAutoSlots(c,
_mouseDropLocation
);