9 references to Default
PresentationFramework (9)
MS\Internal\Text\TextProperties.cs (4)
119_typographyProperties = Typography.Default; 265return Typography.Default; 278return Typography.Default; 295return Typography.Default;
System\Windows\Documents\TextElement.cs (1)
1620private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\Typography.cs (4)
41Default.SetStandardLigatures(true); 42Default.SetContextualAlternates(true); 43Default.SetContextualLigatures(true); 44Default.SetKerning(true);