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