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