8 references to StylisticSet6Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1044group.SetStylisticSet6((bool) element.GetValue(Typography.StylisticSet6Property));
System\Windows\Documents\Typography.cs (7)
159get { return (bool) _owner.GetValue(StylisticSet6Property); } 160set { _owner.SetValue(StylisticSet6Property, value); } 751/// <seealso cref="Typography.StylisticSet6Property" /> 756element.SetValue(StylisticSet6Property, value); 763/// <seealso cref="Typography.StylisticSet6Property" /> 769return (bool)element.GetValue(StylisticSet6Property); 1929StylisticSet6Property,