4 references to DefaultCharWidth
PresentationFramework (4)
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
558if (Math.Abs(textRunRect.Left - fixedBlockRect.Left) <= textRun.DefaultCharWidth || 559Math.Abs(textRunRect.Right - fixedBlockRect.Right) <= textRun.DefaultCharWidth) 617(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 651double width = textRun.DefaultCharWidth;