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