8 references to StylisticSet14Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1052group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property));
System\Windows\Documents\Typography.cs (7)
215get { return (bool) _owner.GetValue(StylisticSet14Property); } 216set { _owner.SetValue(StylisticSet14Property, value); } 959/// <seealso cref="Typography.StylisticSet14Property" /> 964element.SetValue(StylisticSet14Property, value); 971/// <seealso cref="Typography.StylisticSet14Property" /> 977return (bool)element.GetValue(StylisticSet14Property); 1937StylisticSet14Property,