Implemented interface member:
property
Height
MS.Internal.TextFormatting.ITextMetrics.Height
2 overrides of Height
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2338
public override double
Height
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1087
public override double
Height
11 references to Height
PresentationCore (8)
Core\CSharp\System\Windows\Media\FormattedText.cs (8)
1032
if (_totalHeight + _currentLine.
Height
> _that._maxTextHeight)
1058
Debug.Assert(_totalHeight + _currentLine.
Height
<= _that._maxTextHeight);
1080
nextLineFits = (_totalHeight + _currentLine.
Height
+ _nextLine.
Height
<= _that._maxTextHeight);
1117
_previousHeight = _currentLine.
Height
;
1212
double height = currentLine.
Height
;
1816
double blackBoxBottom = origin.Y + currentLine.
Height
+ currentLine.OverhangAfter;
1827
metrics.Height += currentLine.
Height
;
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
373
internal double Height { get { return _line.
Height
; } }
src\Framework\MS\Internal\PtsHost\Line.cs (1)
845
return TextDpi.ToTextDpi(_line.
Height
);
src\Framework\MS\Internal\Text\Line.cs (1)
410
internal double Height { get { return _line.
Height
; } }