2 writes to _fontSize
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
192_fontSize = source._fontSize; 209_fontSize = (double)target.GetValue(TextElement.FontSizeProperty);
2 references to _fontSize
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
50double emSize = _fontSize; 192_fontSize = source._fontSize;