8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1056group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property));
System\Windows\Documents\Typography.cs (7)
237get { return (bool) _owner.GetValue(StylisticSet17Property); } 238set { _owner.SetValue(StylisticSet17Property, value); } 1038/// <seealso cref="Typography.StylisticSet17Property" /> 1043element.SetValue(StylisticSet17Property, value); 1050/// <seealso cref="Typography.StylisticSet17Property" /> 1056return (bool)element.GetValue(StylisticSet17Property); 1941StylisticSet17Property,