8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1050group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property));
System\Windows\Documents\Typography.cs (7)
201get { return (bool) _owner.GetValue(StylisticSet12Property); } 202set { _owner.SetValue(StylisticSet12Property, value); } 907/// <seealso cref="Typography.StylisticSet12Property" /> 912element.SetValue(StylisticSet12Property, value); 919/// <seealso cref="Typography.StylisticSet12Property" /> 925return (bool)element.GetValue(StylisticSet12Property); 1935StylisticSet12Property,