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