2 writes to dvpFirstUnderlineSize
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
688
ulInfo.
dvpFirstUnderlineSize
= (int)Math.Round(lsrun.EmSize * underlineThicknessInEm);
698
ulInfo.
dvpFirstUnderlineSize
= 1;
2 references to dvpFirstUnderlineSize
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
695
Debug.Assert(ulInfo.
dvpFirstUnderlineSize
>= 0);
697
if (ulInfo.
dvpFirstUnderlineSize
<= 0)