4 references to UnderlineThickness
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
764underlineThicknessInEm = lsrun.RunProp.Typeface.UnderlineThickness;
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1873double penThickness = Typeface.UnderlineThickness * EmSize;
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
534return _properties.Typeface.UnderlineThickness;
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
52_underlineThickness = face.UnderlineThickness;