8 references to StylisticSet2Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1040group.SetStylisticSet2((bool) element.GetValue(Typography.StylisticSet2Property));
System\Windows\Documents\Typography.cs (7)
131get { return (bool) _owner.GetValue(StylisticSet2Property); } 132set { _owner.SetValue(StylisticSet2Property, value); } 647/// <seealso cref="Typography.StylisticSet2Property" /> 652element.SetValue(StylisticSet2Property, value); 659/// <seealso cref="Typography.StylisticSet2Property" /> 665return (bool)element.GetValue(StylisticSet2Property); 1925StylisticSet2Property,