3 writes to _textStorePosition
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
881
_textStorePosition
= 0;
1000
_textStorePosition
+= _previousLength;
1135
_textStorePosition
= 0;
5 references to _textStorePosition
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
911
return
_textStorePosition
;
977
_textStorePosition
,
1017
if (
_textStorePosition
+ _currentLine.Length < _that._text.Length)
1027
_textStorePosition
+ _currentLine.Length,
1057
_textStorePosition
,