8 references to StylisticSet7Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1045group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property));
System\Windows\Documents\Typography.cs (7)
166get { return (bool) _owner.GetValue(StylisticSet7Property); } 167set { _owner.SetValue(StylisticSet7Property, value); } 777/// <seealso cref="Typography.StylisticSet7Property" /> 782element.SetValue(StylisticSet7Property, value); 789/// <seealso cref="Typography.StylisticSet7Property" /> 795return (bool)element.GetValue(StylisticSet7Property); 1930StylisticSet7Property,