6 references to FractionProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1059
group.SetFraction((FontFraction) element.GetValue(Typography.
FractionProperty
));
System\Windows\Documents\Typography.cs (5)
264
get { return (FontFraction) _owner.GetValue(
FractionProperty
); }
265
set { _owner.SetValue(
FractionProperty
, value); }
1146
element.SetValue(
FractionProperty
, value);
1159
return (FontFraction)element.GetValue(
FractionProperty
);
1944
FractionProperty
,