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