8 references to StylisticSet19Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1073group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property));
System\Windows\Documents\Typography.cs (7)
264get { return (bool) _owner.GetValue(StylisticSet19Property); } 265set { _owner.SetValue(StylisticSet19Property, value); } 1103/// <seealso cref="Typography.StylisticSet19Property" /> 1108element.SetValue(StylisticSet19Property, value); 1115/// <seealso cref="Typography.StylisticSet19Property" /> 1121return (bool)element.GetValue(StylisticSet19Property); 1956StylisticSet19Property,