1 write to _positionMap
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
1693_positionMap = new int[maxChars+1];
7 references to _positionMap
PresentationFramework (7)
System\Windows\Documents\Speller.cs (7)
1725_positionMap[i] = i + inlineCount; 1754_positionMap[_textLength] = _textLength + inlineCount; 1762_positionMap[_textLength] = _textLength + inlineCount; 1777_positionMap[_textLength] = _positionMap[_textLength - 1] + 1; 1781_positionMap[0] = 0; 1793return _basePosition.CreatePointer(_positionMap[offset]);