2 writes to _startLocation
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
120
_startLocation
= TranslatePoint(new Point(mea.X, mea.Y), ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords);
170
_startLocation
= endLocation;
2 references to _startLocation
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
132
int deltaX = currentLocation.X -
_startLocation
.X;
146
int deltaY = currentLocation.Y -
_startLocation
.Y;