7 references to TypographyPropertiesList
PresentationFramework (7)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
340DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
src\Framework\System\Windows\Controls\TextBox.cs (1)
69DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
89DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
src\Framework\System\Windows\Documents\TextElement.cs (1)
53DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList;
src\Framework\System\Windows\Documents\TextSchema.cs (3)
58_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 60Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);