8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1063group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property));
System\Windows\Documents\Typography.cs (7)
188get { return (bool) _owner.GetValue(StylisticSet10Property); } 189set { _owner.SetValue(StylisticSet10Property, value); } 856/// <seealso cref="Typography.StylisticSet10Property" /> 861element.SetValue(StylisticSet10Property, value); 868/// <seealso cref="Typography.StylisticSet10Property" /> 874return (bool)element.GetValue(StylisticSet10Property); 1934StylisticSet10Property,