8 references to FractionProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1120group.SetFraction((FontFraction) element.GetValue(Typography.FractionProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
286get { return (FontFraction) _owner.GetValue(FractionProperty); } 287set { _owner.SetValue(FractionProperty, value); } 1343/// <seealso cref="Typography.FractionProperty" /> 1351element.SetValue(FractionProperty, value); 1358/// <seealso cref="Typography.FractionProperty" /> 1367return (FontFraction)element.GetValue(FractionProperty); 2224FractionProperty,