4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
118_typographyProperties = TextElement.GetTypographyProperties(target); 122_typographyProperties = Typography.Default; 152_typographyProperties = GetTypographyProperties(target); 194_typographyProperties = source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
92public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 194_typographyProperties = source._typographyProperties;