4 references to UnderlinePosition
PresentationCore (4)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
710underlinePositionInEm = lsrun.RunProp.Typeface.UnderlinePosition;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1852double offset = -Typeface.UnderlinePosition * EmSize;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
514return _properties.Typeface.UnderlinePosition;
System\Windows\Media\FamilyTypeface.cs (1)
48_underlinePosition = face.UnderlinePosition;