15 references to FontNumeralAlignment
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
869case FontNumeralAlignment.Proportional: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ProportionalFigures, 1)); 871case FontNumeralAlignment.Tabular: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.TabularFigures, 1));
Core\CSharp\System\Windows\Media\TextFormatting\TextRunTypographyProperties.cs (1)
263public abstract FontNumeralAlignment NumeralAlignment
PresentationFramework (12)
src\Framework\MS\Internal\Text\TypographyProperties.cs (4)
590public override FontNumeralAlignment NumeralAlignment 595public void SetNumeralAlignment(FontNumeralAlignment value) 769_numeralAlignment = FontNumeralAlignment.Normal; 829private FontNumeralAlignment _numeralAlignment;
src\Framework\System\Windows\Documents\TextElement.cs (1)
1127group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.NumeralAlignmentProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
333public FontNumeralAlignment NumeralAlignment 335get { return (FontNumeralAlignment) _owner.GetValue(NumeralAlignmentProperty); } 1568public static void SetNumeralAlignment(DependencyObject element, FontNumeralAlignment value) 1584public static FontNumeralAlignment GetNumeralAlignment(DependencyObject element) 1591return (FontNumeralAlignment)element.GetValue(NumeralAlignmentProperty); 2132typeof(FontNumeralAlignment), 2135FontNumeralAlignment.Normal,