7 references to TypographyPropertiesList
PresentationFramework (7)
System\Windows\Controls\TextBlock.cs (1)
313DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Controls\TextBox.cs (1)
60DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\FlowDocument.cs (1)
84DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextElement.cs (1)
44DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextSchema.cs (3)
55_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 57Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);