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