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