8 references to StylisticSet14Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1053group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property));
System\Windows\Documents\Typography.cs (7)
216get { return (bool) _owner.GetValue(StylisticSet14Property); } 217set { _owner.SetValue(StylisticSet14Property, value); } 960/// <seealso cref="Typography.StylisticSet14Property" /> 965element.SetValue(StylisticSet14Property, value); 972/// <seealso cref="Typography.StylisticSet14Property" /> 978return (bool)element.GetValue(StylisticSet14Property); 1938StylisticSet14Property,