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