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