1 override of ContextualSwashes
PresentationFramework (1)
src\Framework\MS\Internal\Text\TypographyProperties.cs (1)
646public override int ContextualSwashes
2 references to ContextualSwashes
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
806if (textRunTypographyProperties.ContextualSwashes > 0) 808fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ContextualSwash, checked((uint)textRunTypographyProperties.ContextualSwashes)));