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