6 references to StylisticSet10Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1048group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property));
System\Windows\Documents\Typography.cs (5)
187get { return (bool) _owner.GetValue(StylisticSet10Property); } 188set { _owner.SetValue(StylisticSet10Property, value); } 860element.SetValue(StylisticSet10Property, value); 873return (bool)element.GetValue(StylisticSet10Property); 1933StylisticSet10Property,