1 override of ContextualSwashes
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
638public override int ContextualSwashes
2 references to ContextualSwashes
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
776if (textRunTypographyProperties.ContextualSwashes > 0) 778fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ContextualSwash, checked((uint)textRunTypographyProperties.ContextualSwashes)));