15 references to FontNumeralAlignment
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
839case FontNumeralAlignment.Proportional: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ProportionalFigures, 1)); 841case FontNumeralAlignment.Tabular: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.TabularFigures, 1));
System\Windows\Media\textformatting\TextRunTypographyProperties.cs (1)
257public abstract FontNumeralAlignment NumeralAlignment
PresentationFramework (12)
MS\Internal\Text\TypographyProperties.cs (4)
582public override FontNumeralAlignment NumeralAlignment 587public void SetNumeralAlignment(FontNumeralAlignment value) 761_numeralAlignment = FontNumeralAlignment.Normal; 821private FontNumeralAlignment _numeralAlignment;
System\Windows\Documents\TextElement.cs (1)
1066group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.NumeralAlignmentProperty));
System\Windows\Documents\Typography.cs (7)
311public FontNumeralAlignment NumeralAlignment 313get { return (FontNumeralAlignment) _owner.GetValue(NumeralAlignmentProperty); } 1324public static void SetNumeralAlignment(DependencyObject element, FontNumeralAlignment value) 1337public static FontNumeralAlignment GetNumeralAlignment(DependencyObject element) 1341return (FontNumeralAlignment)element.GetValue(NumeralAlignmentProperty); 1852typeof(FontNumeralAlignment), 1855FontNumeralAlignment.Normal,