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