2 writes to dvpLowerStrikethroughSize
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
827
stInfo.
dvpLowerStrikethroughSize
= (int)Math.Round(lsrun.EmSize * strikeThroughThicknessInEm);
836
stInfo.
dvpLowerStrikethroughSize
= 1;
2 references to dvpLowerStrikethroughSize
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
829
Debug.Assert(stInfo.
dvpLowerStrikethroughSize
>= 0);
835
if (stInfo.
dvpLowerStrikethroughSize
<= 0)