2 writes to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
107run._fontSize = glyphs.FontRenderingEmSize; 143run._fontSize *= yScale;
2 references to _fontSize
PresentationFramework (2)
System\Windows\Documents\FixedSOMTextRun.cs (2)
235element.SetValue(TextElement.FontSizeProperty, _fontSize); 378return _fontSize;