8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property));
System\Windows\Documents\Typography.cs (7)
230get { return (bool) _owner.GetValue(StylisticSet16Property); } 231set { _owner.SetValue(StylisticSet16Property, value); } 1012/// <seealso cref="Typography.StylisticSet16Property" /> 1017element.SetValue(StylisticSet16Property, value); 1024/// <seealso cref="Typography.StylisticSet16Property" /> 1030return (bool)element.GetValue(StylisticSet16Property); 1940StylisticSet16Property,