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