6 references to StylisticSet12Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1050group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property));
System\Windows\Documents\Typography.cs (5)
201get { return (bool) _owner.GetValue(StylisticSet12Property); } 202set { _owner.SetValue(StylisticSet12Property, value); } 912element.SetValue(StylisticSet12Property, value); 925return (bool)element.GetValue(StylisticSet12Property); 1935StylisticSet12Property,