3 writes to _textStorePosition
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
881
_textStorePosition
= 0;
992
_textStorePosition
+= _previousLength;
1124
_textStorePosition
= 0;
5 references to _textStorePosition
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
903
return
_textStorePosition
;
969
_textStorePosition
,
1009
if (
_textStorePosition
+ _currentLine.Length < _that._text.Length)
1019
_textStorePosition
+ _currentLine.Length,
1046
_textStorePosition
,