1 write to _text
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
1667
_text
= new char[maxChars];
5 references to _text
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
1693
runCount = Math.Min(runCount,
_text
.Length - _textLength);
1696
position.GetTextInRun(LogicalDirection.Forward,
_text
, _textLength, runCount);
1728
_text
[_textLength] = ' ';
1736
_text
[_textLength] = '\xf8ff'; // Unicode private use.
1788
get { return
_text
; }