2 writes to dvpLowerStrikethroughSize
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
751
stInfo.
dvpLowerStrikethroughSize
= (int)Math.Round(lsrun.EmSize * strikeThroughThicknessInEm);
760
stInfo.
dvpLowerStrikethroughSize
= 1;
2 references to dvpLowerStrikethroughSize
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
753
Debug.Assert(stInfo.
dvpLowerStrikethroughSize
>= 0);
759
if (stInfo.
dvpLowerStrikethroughSize
<= 0)