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