2 writes to _typographyPropertiesGroup
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
1093
_typographyPropertiesGroup
= TextElement.GetTypographyProperties(this);
1191
((FlowDocument)d).
_typographyPropertiesGroup
= null;
2 references to _typographyPropertiesGroup
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
1091
if (
_typographyPropertiesGroup
== null)
1095
return
_typographyPropertiesGroup
;