2 writes to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
103
_fontSize
= glyphs.FontRenderingEmSize
140
run.
_fontSize
*= yScale;
2 references to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
232
element.SetValue(TextElement.FontSizeProperty,
_fontSize
);
375
return
_fontSize
;