Implemented interface member:
property
Height
MS.Internal.TextFormatting.ITextMetrics.Height
2 overrides of Height
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2277
public override double
Height
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1064
public override double
Height
11 references to Height
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
985
if (_totalHeight + _currentLine.
Height
> _that._maxTextHeight)
1011
Debug.Assert(_totalHeight + _currentLine.
Height
<= _that._maxTextHeight);
1033
nextLineFits = (_totalHeight + _currentLine.
Height
+ _nextLine.
Height
<= _that._maxTextHeight);
1070
_previousHeight = _currentLine.
Height
;
1165
double height = currentLine.
Height
;
1765
double blackBoxBottom = origin.Y + currentLine.
Height
+ currentLine.OverhangAfter;
1776
metrics.Height += currentLine.
Height
;
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
364
internal double Height { get { return _line.
Height
; } }
MS\Internal\PtsHost\Line.cs (1)
827
return TextDpi.ToTextDpi(_line.
Height
);
MS\Internal\Text\Line.cs (1)
400
internal double Height { get { return _line.
Height
; } }