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