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