9 references to Default
PresentationFramework (9)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
125_typographyProperties = Typography.Default; 275return Typography.Default; 288return Typography.Default; 305return Typography.Default;
src\Framework\System\Windows\Documents\TextElement.cs (1)
1690private TypographyProperties _typographyPropertiesGroup = Typography.Default;
src\Framework\System\Windows\Documents\Typography.cs (4)
63Default.SetStandardLigatures(true); 64Default.SetContextualAlternates(true); 65Default.SetContextualLigatures(true); 66Default.SetKerning(true);