2 writes to _previousHeight
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
924
_previousHeight
= 0;
1117
_previousHeight
= _currentLine.Height;
1 reference to _previousHeight
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1047
_totalHeight +=
_previousHeight
;