3 writes to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
902
_totalHeight
= 0;
1018
_totalHeight
+= _previousHeight;
1158
_totalHeight
= 0;
3 references to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1003
if (
_totalHeight
+ _currentLine.Height > _that._maxTextHeight)
1029
Debug.Assert(
_totalHeight
+ _currentLine.Height <= _that._maxTextHeight);
1051
nextLineFits = (
_totalHeight
+ _currentLine.Height + _nextLine.Height <= _that._maxTextHeight);