4 references to UnderlinePosition
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
763underlinePositionInEm = lsrun.RunProp.Typeface.UnderlinePosition;
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1872double offset = -Typeface.UnderlinePosition * EmSize;
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
522return _properties.Typeface.UnderlinePosition;
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
51_underlinePosition = face.UnderlinePosition;