8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1066group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property));
System\Windows\Documents\Typography.cs (7)
215get { return (bool) _owner.GetValue(StylisticSet12Property); } 216set { _owner.SetValue(StylisticSet12Property, value); } 921/// <seealso cref="Typography.StylisticSet12Property" /> 926element.SetValue(StylisticSet12Property, value); 933/// <seealso cref="Typography.StylisticSet12Property" /> 939return (bool)element.GetValue(StylisticSet12Property); 1949StylisticSet12Property,