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