1 write to _maxTextHeight
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1315
_maxTextHeight
= value;
4 references to _maxTextHeight
PresentationCore (4)
System\Windows\Media\FormattedText.cs (4)
984
if (_totalHeight + _currentLine.Height > _that.
_maxTextHeight
)
1010
Debug.Assert(_totalHeight + _currentLine.Height <= _that.
_maxTextHeight
);
1032
nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that.
_maxTextHeight
);
1320
return
_maxTextHeight
;