15 references to FontFraction
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
832
case
FontFraction
.Stacked: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.AlternativeFractions, 1));
834
case
FontFraction
.Slashed: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.Fractions, 1));
System\Windows\Media\textformatting\TextRunTypographyProperties.cs (1)
247
public abstract
FontFraction
Fraction { get; }
PresentationFramework (12)
MS\Internal\Text\TypographyProperties.cs (4)
488
public override
FontFraction
Fraction
493
public void SetFraction(
FontFraction
value)
765
_fraction =
FontFraction
.Normal;
818
private
FontFraction
_fraction;
System\Windows\Documents\TextElement.cs (1)
1074
group.SetFraction((
FontFraction
) element.GetValue(Typography.FractionProperty));
System\Windows\Documents\Typography.cs (7)
263
public
FontFraction
Fraction
265
get { return (
FontFraction
) _owner.GetValue(FractionProperty); }
1143
public static void SetFraction(DependencyObject element,
FontFraction
value)
1156
public static
FontFraction
GetFraction(DependencyObject element)
1160
return (
FontFraction
)element.GetValue(FractionProperty);
1783
typeof(
FontFraction
),
1786
FontFraction
.Normal,