8 references to StylisticSet19Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1072group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property));
System\Windows\Documents\Typography.cs (7)
251get { return (bool) _owner.GetValue(StylisticSet19Property); } 252set { _owner.SetValue(StylisticSet19Property, value); } 1090/// <seealso cref="Typography.StylisticSet19Property" /> 1095element.SetValue(StylisticSet19Property, value); 1102/// <seealso cref="Typography.StylisticSet19Property" /> 1108return (bool)element.GetValue(StylisticSet19Property); 1943StylisticSet19Property,