1 write to _currentPos
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
455_currentPos = e.GetPosition(this);
7 references to _currentPos
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
392_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 456_desColumnIndex = FindIndexByPosition(_currentPos, true); 461if (CheckStartHeaderDrag(_currentPos, _startPos)) 474bool isDisplayingFloatingHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0); 1279PrepareHeaderDrag(srcHeader, _currentPos, _relativeStartPos, true); 1519_startPos = _currentPos; 1558bool isMoveHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0);