1 write to _maxTextHeight
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1367_maxTextHeight = value;
4 references to _maxTextHeight
PresentationCore (4)
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
1032if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1058Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1080nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1372return _maxTextHeight;