8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1071group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property));
System\Windows\Documents\Typography.cs (7)
250get { return (bool) _owner.GetValue(StylisticSet17Property); } 251set { _owner.SetValue(StylisticSet17Property, value); } 1051/// <seealso cref="Typography.StylisticSet17Property" /> 1056element.SetValue(StylisticSet17Property, value); 1063/// <seealso cref="Typography.StylisticSet17Property" /> 1069return (bool)element.GetValue(StylisticSet17Property); 1954StylisticSet17Property,