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