8 references to FractionProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1075
group.SetFraction((FontFraction) element.GetValue(Typography.
FractionProperty
));
System\Windows\Documents\Typography.cs (7)
278
get { return (FontFraction) _owner.GetValue(
FractionProperty
); }
279
set { _owner.SetValue(
FractionProperty
, value); }
1155
/// <seealso cref="Typography.
FractionProperty
" />
1160
element.SetValue(
FractionProperty
, value);
1167
/// <seealso cref="Typography.
FractionProperty
" />
1173
return (FontFraction)element.GetValue(
FractionProperty
);
1958
FractionProperty
,