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