15 references to FontFraction
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
831
case
FontFraction
.Stacked: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.AlternativeFractions, 1));
833
case
FontFraction
.Slashed: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.Fractions, 1));
System\Windows\Media\textformatting\TextRunTypographyProperties.cs (1)
246
public abstract
FontFraction
Fraction { get; }
PresentationFramework (12)
MS\Internal\Text\TypographyProperties.cs (4)
487
public override
FontFraction
Fraction
492
public void SetFraction(
FontFraction
value)
764
_fraction =
FontFraction
.Normal;
817
private
FontFraction
_fraction;
System\Windows\Documents\TextElement.cs (1)
1059
group.SetFraction((
FontFraction
) element.GetValue(Typography.FractionProperty));
System\Windows\Documents\Typography.cs (7)
262
public
FontFraction
Fraction
264
get { return (
FontFraction
) _owner.GetValue(FractionProperty); }
1142
public static void SetFraction(DependencyObject element,
FontFraction
value)
1155
public static
FontFraction
GetFraction(DependencyObject element)
1159
return (
FontFraction
)element.GetValue(FractionProperty);
1782
typeof(
FontFraction
),
1785
FontFraction
.Normal,