15 references to FontFraction
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
861
case
FontFraction
.Stacked: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.AlternativeFractions, 1));
863
case
FontFraction
.Slashed: fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.Fractions, 1));
Core\CSharp\System\Windows\Media\TextFormatting\TextRunTypographyProperties.cs (1)
252
public abstract
FontFraction
Fraction { get; }
PresentationFramework (12)
src\Framework\MS\Internal\Text\TypographyProperties.cs (4)
495
public override
FontFraction
Fraction
500
public void SetFraction(
FontFraction
value)
772
_fraction =
FontFraction
.Normal;
825
private
FontFraction
_fraction;
src\Framework\System\Windows\Documents\TextElement.cs (1)
1120
group.SetFraction((
FontFraction
) element.GetValue(Typography.FractionProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
284
public
FontFraction
Fraction
286
get { return (
FontFraction
) _owner.GetValue(FractionProperty); }
1344
public static void SetFraction(DependencyObject element,
FontFraction
value)
1360
public static
FontFraction
GetFraction(DependencyObject element)
1367
return (
FontFraction
)element.GetValue(FractionProperty);
2062
typeof(
FontFraction
),
2065
FontFraction
.Normal,