1 write to _currentPos
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
459_currentPos = e.GetPosition(this);
7 references to _currentPos
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
396_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 460_desColumnIndex = FindIndexByPosition(_currentPos, true); 465if (CheckStartHeaderDrag(_currentPos, _startPos)) 478bool isDisplayingFloatingHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0); 1278PrepareHeaderDrag(srcHeader, _currentPos, _relativeStartPos, true); 1518_startPos = _currentPos; 1563bool isMoveHeader = IsMousePositionValid(_floatingHeader, _currentPos, 2.0);