4 writes to _typographyProperties
PresentationFramework (4)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
121_typographyProperties = TextElement.GetTypographyProperties(target); 125_typographyProperties = Typography.Default; 155_typographyProperties = GetTypographyProperties(target); 197_typographyProperties = source._typographyProperties;
2 references to _typographyProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
95public override TextRunTypographyProperties TypographyProperties{ get { return _typographyProperties; } } 197_typographyProperties = source._typographyProperties;