7 references to TypographyPropertiesList
PresentationFramework (7)
System\Windows\Controls\TextBlock.cs (1)
312DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Controls\TextBox.cs (1)
59DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\FlowDocument.cs (1)
83DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextElement.cs (1)
43DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
System\Windows\Documents\TextSchema.cs (3)
54_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 56Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);