8 references to StylisticSet7Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1061group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property));
System\Windows\Documents\Typography.cs (7)
180get { return (bool) _owner.GetValue(StylisticSet7Property); } 181set { _owner.SetValue(StylisticSet7Property, value); } 791/// <seealso cref="Typography.StylisticSet7Property" /> 796element.SetValue(StylisticSet7Property, value); 803/// <seealso cref="Typography.StylisticSet7Property" /> 809return (bool)element.GetValue(StylisticSet7Property); 1944StylisticSet7Property,