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