3 writes to _textStorePosition
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
916
_textStorePosition
= 0;
1035
_textStorePosition
+= _previousLength;
1172
_textStorePosition
= 0;
5 references to _textStorePosition
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
946
return
_textStorePosition
;
1012
_textStorePosition
,
1052
if (
_textStorePosition
+ _currentLine.Length < _that._text.Length)
1062
_textStorePosition
+ _currentLine.Length,
1093
_textStorePosition
,