2 writes to _previousHeight
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
896
_previousHeight
= 0;
1088
_previousHeight
= _currentLine.Height;
1 reference to _previousHeight
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1018
_totalHeight +=
_previousHeight
;