8 references to StylisticSet10Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1109group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
209get { return (bool) _owner.GetValue(StylisticSet10Property); } 210set { _owner.SetValue(StylisticSet10Property, value); } 991/// <seealso cref="Typography.StylisticSet10Property" /> 999element.SetValue(StylisticSet10Property, value); 1006/// <seealso cref="Typography.StylisticSet10Property" /> 1015return (bool)element.GetValue(StylisticSet10Property); 2213StylisticSet10Property,