6 references to StylisticSet7Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1045group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property));
System\Windows\Documents\Typography.cs (5)
166get { return (bool) _owner.GetValue(StylisticSet7Property); } 167set { _owner.SetValue(StylisticSet7Property, value); } 782element.SetValue(StylisticSet7Property, value); 795return (bool)element.GetValue(StylisticSet7Property); 1930StylisticSet7Property,