8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1070group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property));
System\Windows\Documents\Typography.cs (7)
243get { return (bool) _owner.GetValue(StylisticSet16Property); } 244set { _owner.SetValue(StylisticSet16Property, value); } 1025/// <seealso cref="Typography.StylisticSet16Property" /> 1030element.SetValue(StylisticSet16Property, value); 1037/// <seealso cref="Typography.StylisticSet16Property" /> 1043return (bool)element.GetValue(StylisticSet16Property); 1953StylisticSet16Property,