2 writes to _previousLength
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
879
_previousLength
= 0;
1070
_previousLength
= _currentLine.Length;
2 references to _previousLength
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
920
return
_previousLength
;
1001
_textStorePosition +=
_previousLength
;