8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property));
System\Windows\Documents\Typography.cs (7)
236get { return (bool) _owner.GetValue(StylisticSet17Property); } 237set { _owner.SetValue(StylisticSet17Property, value); } 1037/// <seealso cref="Typography.StylisticSet17Property" /> 1042element.SetValue(StylisticSet17Property, value); 1049/// <seealso cref="Typography.StylisticSet17Property" /> 1055return (bool)element.GetValue(StylisticSet17Property); 1940StylisticSet17Property,