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