1 override of StandardSwashes
PresentationFramework (1)
src\Framework\MS\Internal\Text\TypographyProperties.cs (1)
632public override int StandardSwashes
2 references to StandardSwashes
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
814if (textRunTypographyProperties.StandardSwashes > 0) 816fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.Swash, checked((uint)textRunTypographyProperties.StandardSwashes)));