8 references to StylisticSet19Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1057group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property));
System\Windows\Documents\Typography.cs (7)
250get { return (bool) _owner.GetValue(StylisticSet19Property); } 251set { _owner.SetValue(StylisticSet19Property, value); } 1089/// <seealso cref="Typography.StylisticSet19Property" /> 1094element.SetValue(StylisticSet19Property, value); 1101/// <seealso cref="Typography.StylisticSet19Property" /> 1107return (bool)element.GetValue(StylisticSet19Property); 1942StylisticSet19Property,