2 writes to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1507_startPos = pos; 1520_startPos = _currentPos;
2 references to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
462if (CheckStartHeaderDrag(_currentPos, _startPos)) 1512_startColumnIndex = FindIndexByPosition(_startPos, false);