2 writes to _previousLength
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
925
_previousLength
= 0;
1118
_previousLength
= _currentLine.Length;
2 references to _previousLength
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
966
return
_previousLength
;
1048
_textStorePosition +=
_previousLength
;