8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1064group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property));
System\Windows\Documents\Typography.cs (7)
201get { return (bool) _owner.GetValue(StylisticSet10Property); } 202set { _owner.SetValue(StylisticSet10Property, value); } 869/// <seealso cref="Typography.StylisticSet10Property" /> 874element.SetValue(StylisticSet10Property, value); 881/// <seealso cref="Typography.StylisticSet10Property" /> 887return (bool)element.GetValue(StylisticSet10Property); 1947StylisticSet10Property,