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)
1032if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1058Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1080nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight);