Implemented interface member:
property
Height
MS.Internal.TextFormatting.ITextMetrics.Height
2 overrides of Height
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2276
public override double
Height
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1057
public override double
Height
11 references to Height
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
984
if (_totalHeight + _currentLine.
Height
> _that._maxTextHeight)
1010
Debug.Assert(_totalHeight + _currentLine.
Height
<= _that._maxTextHeight);
1032
nextLineFits = (_totalHeight + _currentLine.
Height
+ _nextLine.
Height
<= _that._maxTextHeight);
1068
_previousHeight = _currentLine.
Height
;
1162
double height = currentLine.
Height
;
1762
double blackBoxBottom = origin.Y + currentLine.
Height
+ currentLine.OverhangAfter;
1773
metrics.Height += currentLine.
Height
;
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
360
internal double Height { get { return _line.
Height
; } }
MS\Internal\PtsHost\Line.cs (1)
823
return TextDpi.ToTextDpi(_line.
Height
);
MS\Internal\Text\Line.cs (1)
399
internal double Height { get { return _line.
Height
; } }