Implemented interface member:
property
Height
MS.Internal.TextFormatting.ITextMetrics.Height
3 references to Height
PresentationCore (3)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
324
get { return _metrics.
Height
; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2277
get { return _metrics.
Height
; }
MS\Internal\TextFormatting\TextMetrics.cs (1)
433
get { return
Height
; }