15 references to FontNumeralAlignment
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
840case FontNumeralAlignment.Proportional: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ProportionalFigures, 1)); 842case FontNumeralAlignment.Tabular: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.TabularFigures, 1));
System\Windows\Media\textformatting\TextRunTypographyProperties.cs (1)
258public abstract FontNumeralAlignment NumeralAlignment
PresentationFramework (12)
MS\Internal\Text\TypographyProperties.cs (4)
583public override FontNumeralAlignment NumeralAlignment 588public void SetNumeralAlignment(FontNumeralAlignment value) 762_numeralAlignment = FontNumeralAlignment.Normal; 822private FontNumeralAlignment _numeralAlignment;
System\Windows\Documents\TextElement.cs (1)
1081group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.NumeralAlignmentProperty));
System\Windows\Documents\Typography.cs (7)
312public FontNumeralAlignment NumeralAlignment 314get { return (FontNumeralAlignment) _owner.GetValue(NumeralAlignmentProperty); } 1325public static void SetNumeralAlignment(DependencyObject element, FontNumeralAlignment value) 1338public static FontNumeralAlignment GetNumeralAlignment(DependencyObject element) 1342return (FontNumeralAlignment)element.GetValue(NumeralAlignmentProperty); 1853typeof(FontNumeralAlignment), 1856FontNumeralAlignment.Normal,