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