1 write to _currentPos
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
456_currentPos = e.GetPosition(this);
7 references to _currentPos
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
393_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 457_desColumnIndex = FindIndexByPosition(_currentPos, true); 462if (CheckStartHeaderDrag(_currentPos, _startPos)) 475bool isDisplayingFloatingHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0); 1275PrepareHeaderDrag(srcHeader, _currentPos, _relativeStartPos, true); 1515_startPos = _currentPos; 1560bool isMoveHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0);