3 writes to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
884_totalHeight = 0; 1000_totalHeight += _previousHeight; 1138_totalHeight = 0;
3 references to _totalHeight
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
985if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1011Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1033nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight);