4 references to UnderlineThickness
PresentationCore (4)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
682
underlineThicknessInEm = lsrun.RunProp.Typeface.
UnderlineThickness
;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1841
double penThickness = Typeface.
UnderlineThickness
* EmSize;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
517
return _properties.Typeface.
UnderlineThickness
;
System\Windows\Media\FamilyTypeface.cs (1)
32
_underlineThickness = face.
UnderlineThickness
;