1 write to _maxTextHeight
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1352_maxTextHeight = value;
4 references to _maxTextHeight
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
1019if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1045Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1067nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1357return _maxTextHeight;