8 references to StylisticSet2Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1101group.SetStylisticSet2((bool) element.GetValue(Typography.StylisticSet2Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
153get { return (bool) _owner.GetValue(StylisticSet2Property); } 154set { _owner.SetValue(StylisticSet2Property, value); } 735/// <seealso cref="Typography.StylisticSet2Property" /> 743element.SetValue(StylisticSet2Property, value); 750/// <seealso cref="Typography.StylisticSet2Property" /> 759return (bool)element.GetValue(StylisticSet2Property); 2205StylisticSet2Property,