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