3 writes to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
883_totalHeight = 0; 999_totalHeight += _previousHeight; 1137_totalHeight = 0;
3 references to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
984if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1010Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1032nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight);