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