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)
132int deltaX = currentLocation.X - _startLocation.X; 146int deltaY = currentLocation.Y - _startLocation.Y;