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