2 writes to _typographyPropertiesGroup
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (2)
1313
_typographyPropertiesGroup
= GetTypographyProperties(this);
1321
((TextElement) element).
_typographyPropertiesGroup
= null;
2 references to _typographyPropertiesGroup
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (2)
1311
if (
_typographyPropertiesGroup
== null)
1315
return
_typographyPropertiesGroup
;