2 writes to _defaultCharWidth
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
140
run.
_defaultCharWidth
= gtf.XHeight > 0 ? gtf.XHeight * glyphs.FontRenderingEmSize : glyphRun.AdvanceWidths[startIndex];
150
run.
_defaultCharWidth
*= xScale;
1 reference to _defaultCharWidth
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
268
return
_defaultCharWidth
;