4 references to DefaultCharWidth
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
568if (Math.Abs(textRunRect.Left - fixedBlockRect.Left) <= textRun.DefaultCharWidth || 569Math.Abs(textRunRect.Right - fixedBlockRect.Right) <= textRun.DefaultCharWidth) 627(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 661double width = textRun.DefaultCharWidth;