8 references to StylisticSet7Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1106group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
188get { return (bool) _owner.GetValue(StylisticSet7Property); } 189set { _owner.SetValue(StylisticSet7Property, value); } 895/// <seealso cref="Typography.StylisticSet7Property" /> 903element.SetValue(StylisticSet7Property, value); 910/// <seealso cref="Typography.StylisticSet7Property" /> 919return (bool)element.GetValue(StylisticSet7Property); 2210StylisticSet7Property,