6 references to StylisticSet17Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1055group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property));
System\Windows\Documents\Typography.cs (5)
236get { return (bool) _owner.GetValue(StylisticSet17Property); } 237set { _owner.SetValue(StylisticSet17Property, value); } 1042element.SetValue(StylisticSet17Property, value); 1055return (bool)element.GetValue(StylisticSet17Property); 1940StylisticSet17Property,