8 references to StylisticSet6Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1060group.SetStylisticSet6((bool) element.GetValue(Typography.StylisticSet6Property));
System\Windows\Documents\Typography.cs (7)
173get { return (bool) _owner.GetValue(StylisticSet6Property); } 174set { _owner.SetValue(StylisticSet6Property, value); } 765/// <seealso cref="Typography.StylisticSet6Property" /> 770element.SetValue(StylisticSet6Property, value); 777/// <seealso cref="Typography.StylisticSet6Property" /> 783return (bool)element.GetValue(StylisticSet6Property); 1943StylisticSet6Property,