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