9 references to Default
PresentationFramework (9)
MS\Internal\Text\TextProperties.cs (4)
120_typographyProperties = Typography.Default; 266return Typography.Default; 279return Typography.Default; 296return Typography.Default;
System\Windows\Documents\TextElement.cs (1)
1638private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\Typography.cs (4)
42Default.SetStandardLigatures(true); 43Default.SetContextualAlternates(true); 44Default.SetContextualLigatures(true); 45Default.SetKerning(true);