8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1048group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property));
System\Windows\Documents\Typography.cs (7)
187get { return (bool) _owner.GetValue(StylisticSet10Property); } 188set { _owner.SetValue(StylisticSet10Property, value); } 855/// <seealso cref="Typography.StylisticSet10Property" /> 860element.SetValue(StylisticSet10Property, value); 867/// <seealso cref="Typography.StylisticSet10Property" /> 873return (bool)element.GetValue(StylisticSet10Property); 1933StylisticSet10Property,