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