7 references to TypographyPropertiesList
PresentationFramework (7)
System\Windows\Controls\TextBlock.cs (1)
325DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Controls\TextBox.cs (1)
67DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\FlowDocument.cs (1)
84DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextElement.cs (1)
48DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextSchema.cs (3)
56_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 58Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);