2 writes to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1503_startPos = pos; 1516_startPos = _currentPos;
2 references to _startPos
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
461if (CheckStartHeaderDrag(_currentPos, _startPos)) 1508_startColumnIndex = FindIndexByPosition(_startPos, false);