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