2 writes to dvpFirstUnderlineSize
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
769
ulInfo.
dvpFirstUnderlineSize
= (int)Math.Round(lsrun.EmSize * underlineThicknessInEm);
779
ulInfo.
dvpFirstUnderlineSize
= 1;
2 references to dvpFirstUnderlineSize
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
776
Debug.Assert(ulInfo.
dvpFirstUnderlineSize
>= 0);
778
if (ulInfo.
dvpFirstUnderlineSize
<= 0)