1 override of AnnotationAlternates
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
666public override int AnnotationAlternates
2 references to AnnotationAlternates
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
772if (textRunTypographyProperties.AnnotationAlternates > 0) 774fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.AlternateAnnotationForms, checked((uint)textRunTypographyProperties.AnnotationAlternates)));