4 writes to _textLength
PresentationFramework (4)
System\Windows\Documents\Speller.cs (4)
1659
_textLength
= 0;
1704
_textLength
+= runCount;
1719
_textLength
++;
1727
_textLength
++;
20 references to _textLength
PresentationFramework (20)
System\Windows\Documents\Speller.cs (20)
1671
_contentStartOffset =
_textLength
;
1675
_contentEndOffset =
_textLength
;
1682
runCount = Math.Min(runCount, _text.Length -
_textLength
);
1685
position.GetTextInRun(LogicalDirection.Forward, _text,
_textLength
, runCount);
1687
for (i =
_textLength
; i <
_textLength
+ runCount; i++)
1695
_contentStartOffset =
_textLength
+ position.GetOffsetToPosition(contentStart);
1700
_contentEndOffset =
_textLength
+ position.GetOffsetToPosition(contentEnd);
1717
_text[
_textLength
] = ' ';
1718
_positionMap[
_textLength
] =
_textLength
+ inlineCount;
1725
_text[
_textLength
] = '\xf8ff'; // Unicode private use.
1726
_positionMap[
_textLength
] =
_textLength
+ inlineCount;
1736
_contentEndOffset =
_textLength
;
1739
if (
_textLength
> 0)
1741
_positionMap[
_textLength
] = _positionMap[
_textLength
- 1] + 1;
1755
Invariant.Assert(offset >= 0 && offset <=
_textLength
);
1785
get { return
_textLength
; }