2 writes to _typographyPropertiesGroup
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElement.cs (2)
1376
_typographyPropertiesGroup
= GetTypographyProperties(this);
1384
((TextElement) element).
_typographyPropertiesGroup
= null;
2 references to _typographyPropertiesGroup
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElement.cs (2)
1374
if (
_typographyPropertiesGroup
== null)
1378
return
_typographyPropertiesGroup
;