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