2 writes to _fontSize
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
113
run.
_fontSize
= glyphs.FontRenderingEmSize;
149
run.
_fontSize
*= yScale;
2 references to _fontSize
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
240
element.SetValue(TextElement.FontSizeProperty,
_fontSize
);
383
return
_fontSize
;