Implemented interface member:
property
Height
MS.Internal.TextFormatting.ITextMetrics.Height
3 references to Height
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
374
get { return _metrics.
Height
; }
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2340
get { return _metrics.
Height
; }
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
458
get { return
Height
; }