1 write to _startColumnIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1513_startColumnIndex = FindIndexByPosition(_startPos, false);
3 references to _startColumnIndex
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
398_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 1571int newColumnIndex = (_startColumnIndex >= _desColumnIndex) ? _desColumnIndex : _desColumnIndex - 1; 1575Columns.Move(_startColumnIndex, newColumnIndex);