1 write to _desColumnIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
462_desColumnIndex = FindIndexByPosition(_currentPos, true);
4 references to _desColumnIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
400Point pos = FindPositionByIndex(_desColumnIndex); 1571int newColumnIndex = (_startColumnIndex >= _desColumnIndex) ? _desColumnIndex : _desColumnIndex - 1;