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