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