8 references to StylisticSet12Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1111group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
223get { return (bool) _owner.GetValue(StylisticSet12Property); } 224set { _owner.SetValue(StylisticSet12Property, value); } 1055/// <seealso cref="Typography.StylisticSet12Property" /> 1063element.SetValue(StylisticSet12Property, value); 1070/// <seealso cref="Typography.StylisticSet12Property" /> 1079return (bool)element.GetValue(StylisticSet12Property); 2215StylisticSet12Property,