1 write to _positionMap
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
1661
_positionMap
= new int[maxChars+1];
7 references to _positionMap
PresentationFramework (7)
System\Windows\Documents\Speller.cs (7)
1693
_positionMap
[i] = i + inlineCount;
1722
_positionMap
[_textLength] = _textLength + inlineCount;
1730
_positionMap
[_textLength] = _textLength + inlineCount;
1745
_positionMap
[_textLength] =
_positionMap
[_textLength - 1] + 1;
1749
_positionMap
[0] = 0;
1761
return _basePosition.CreatePointer(
_positionMap
[offset]);