2 writes to _fontSize
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
189
_fontSize
= source._fontSize;
206
_fontSize
= (double)target.GetValue(TextElement.FontSizeProperty);
2 references to _fontSize
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
47
double emSize =
_fontSize
;
189
_fontSize = source.
_fontSize
;