3 writes to _textStorePosition
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
882
_textStorePosition
= 0;
1001
_textStorePosition
+= _previousLength;
1136
_textStorePosition
= 0;
5 references to _textStorePosition
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
912
return
_textStorePosition
;
978
_textStorePosition
,
1018
if (
_textStorePosition
+ _currentLine.Length < _that._text.Length)
1028
_textStorePosition
+ _currentLine.Length,
1058
_textStorePosition
,