2 writes to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
104
_fontSize
= glyphs.FontRenderingEmSize
141
run.
_fontSize
*= yScale;
2 references to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
233
element.SetValue(TextElement.FontSizeProperty,
_fontSize
);
376
return
_fontSize
;