8 references to StylisticSet17Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1116group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
258get { return (bool) _owner.GetValue(StylisticSet17Property); } 259set { _owner.SetValue(StylisticSet17Property, value); } 1215/// <seealso cref="Typography.StylisticSet17Property" /> 1223element.SetValue(StylisticSet17Property, value); 1230/// <seealso cref="Typography.StylisticSet17Property" /> 1239return (bool)element.GetValue(StylisticSet17Property); 2220StylisticSet17Property,