4 writes to _typographyProperties
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
116_typographyProperties = TextElement.GetTypographyProperties(target); 120_typographyProperties = Typography.Default; 150_typographyProperties = GetTypographyProperties(target); 192_typographyProperties = source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
90public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 192_typographyProperties = source._typographyProperties;