9 references to Default
PresentationFramework (9)
MS\Internal\Text\TextProperties.cs (4)
122_typographyProperties = Typography.Default; 268return Typography.Default; 281return Typography.Default; 298return Typography.Default;
System\Windows\Documents\TextElement.cs (1)
1639private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\Typography.cs (4)
55Default.SetStandardLigatures(true); 56Default.SetContextualAlternates(true); 57Default.SetContextualLigatures(true); 58Default.SetKerning(true);