8 references to FractionProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1074
group.SetFraction((FontFraction) element.GetValue(Typography.
FractionProperty
));
System\Windows\Documents\Typography.cs (7)
265
get { return (FontFraction) _owner.GetValue(
FractionProperty
); }
266
set { _owner.SetValue(
FractionProperty
, value); }
1142
/// <seealso cref="Typography.
FractionProperty
" />
1147
element.SetValue(
FractionProperty
, value);
1154
/// <seealso cref="Typography.
FractionProperty
" />
1160
return (FontFraction)element.GetValue(
FractionProperty
);
1945
FractionProperty
,