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