8 references to StylisticSet14Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1113group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
237get { return (bool) _owner.GetValue(StylisticSet14Property); } 238set { _owner.SetValue(StylisticSet14Property, value); } 1119/// <seealso cref="Typography.StylisticSet14Property" /> 1127element.SetValue(StylisticSet14Property, value); 1134/// <seealso cref="Typography.StylisticSet14Property" /> 1143return (bool)element.GetValue(StylisticSet14Property); 2217StylisticSet14Property,