4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
115_typographyProperties = TextElement.GetTypographyProperties(target); 119_typographyProperties = Typography.Default; 149_typographyProperties = GetTypographyProperties(target); 191_typographyProperties = source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
89public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 191_typographyProperties = source._typographyProperties;