8 references to FractionProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1059
group.SetFraction((FontFraction) element.GetValue(Typography.
FractionProperty
));
System\Windows\Documents\Typography.cs (7)
264
get { return (FontFraction) _owner.GetValue(
FractionProperty
); }
265
set { _owner.SetValue(
FractionProperty
, value); }
1141
/// <seealso cref="Typography.
FractionProperty
" />
1146
element.SetValue(
FractionProperty
, value);
1153
/// <seealso cref="Typography.
FractionProperty
" />
1159
return (FontFraction)element.GetValue(
FractionProperty
);
1944
FractionProperty
,