3 writes to _textStorePosition
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
900
_textStorePosition
= 0;
1019
_textStorePosition
+= _previousLength;
1156
_textStorePosition
= 0;
5 references to _textStorePosition
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
930
return
_textStorePosition
;
996
_textStorePosition
,
1036
if (
_textStorePosition
+ _currentLine.Length < _that._text.Length)
1046
_textStorePosition
+ _currentLine.Length,
1077
_textStorePosition
,