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