1 override of Height
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
478
internal sealed override double
Height
1 reference to Height
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
59
(shapeable != null ? (int)Math.Round(shapeable.
Height
* realToIdeal) : 0),