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