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