2 writes to _dragPoint
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
4818_dragPoint = Mouse.GetPosition(this); 6269_dragPoint = currentMousePosition;
1 reference to _dragPoint
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
6267if (!DoubleUtil.AreClose(currentMousePosition, _dragPoint))