6 references to StylisticSet14Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1052group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property));
System\Windows\Documents\Typography.cs (5)
215get { return (bool) _owner.GetValue(StylisticSet14Property); } 216set { _owner.SetValue(StylisticSet14Property, value); } 964element.SetValue(StylisticSet14Property, value); 977return (bool)element.GetValue(StylisticSet14Property); 1937StylisticSet14Property,