1 write to _positionMap
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
1796
_positionMap
= new int[maxChars+1];
7 references to _positionMap
PresentationFramework (7)
src\Framework\System\Windows\Documents\Speller.cs (7)
1828
_positionMap
[i] = i + inlineCount;
1857
_positionMap
[_textLength] = _textLength + inlineCount;
1865
_positionMap
[_textLength] = _textLength + inlineCount;
1880
_positionMap
[_textLength] =
_positionMap
[_textLength - 1] + 1;
1884
_positionMap
[0] = 0;
1896
return _basePosition.CreatePointer(
_positionMap
[offset]);