8 references to StylisticSet14Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1068group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property));
System\Windows\Documents\Typography.cs (7)
229get { return (bool) _owner.GetValue(StylisticSet14Property); } 230set { _owner.SetValue(StylisticSet14Property, value); } 973/// <seealso cref="Typography.StylisticSet14Property" /> 978element.SetValue(StylisticSet14Property, value); 985/// <seealso cref="Typography.StylisticSet14Property" /> 991return (bool)element.GetValue(StylisticSet14Property); 1951StylisticSet14Property,