2 writes to _typographyPropertiesGroup
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
1108
_typographyPropertiesGroup
= TextElement.GetTypographyProperties(this);
1206
((FlowDocument)d).
_typographyPropertiesGroup
= null;
2 references to _typographyPropertiesGroup
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
1106
if (
_typographyPropertiesGroup
== null)
1110
return
_typographyPropertiesGroup
;