8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1051group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property));
System\Windows\Documents\Typography.cs (7)
202get { return (bool) _owner.GetValue(StylisticSet12Property); } 203set { _owner.SetValue(StylisticSet12Property, value); } 908/// <seealso cref="Typography.StylisticSet12Property" /> 913element.SetValue(StylisticSet12Property, value); 920/// <seealso cref="Typography.StylisticSet12Property" /> 926return (bool)element.GetValue(StylisticSet12Property); 1936StylisticSet12Property,