2 writes to _startPos
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1508_startPos = pos; 1521_startPos = _currentPos;
2 references to _startPos
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
467if (CheckStartHeaderDrag(_currentPos, _startPos)) 1513_startColumnIndex = FindIndexByPosition(_startPos, false);