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