8 references to StylisticSet19Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1118group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
272get { return (bool) _owner.GetValue(StylisticSet19Property); } 273set { _owner.SetValue(StylisticSet19Property, value); } 1279/// <seealso cref="Typography.StylisticSet19Property" /> 1287element.SetValue(StylisticSet19Property, value); 1294/// <seealso cref="Typography.StylisticSet19Property" /> 1303return (bool)element.GetValue(StylisticSet19Property); 2222StylisticSet19Property,