2 writes to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1505_startPos = pos; 1518_startPos = _currentPos;
2 references to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
465if (CheckStartHeaderDrag(_currentPos, _startPos)) 1510_startColumnIndex = FindIndexByPosition(_startPos, false);