3 writes to _totalHeight
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
930
_totalHeight
= 0;
1047
_totalHeight
+= _previousHeight;
1187
_totalHeight
= 0;
3 references to _totalHeight
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1032
if (
_totalHeight
+ _currentLine.Height > _that._maxTextHeight)
1058
Debug.Assert(
_totalHeight
+ _currentLine.Height <= _that._maxTextHeight);
1080
nextLineFits = (
_totalHeight
+ _currentLine.Height + _nextLine.Height <= _that._maxTextHeight);