8 references to StylisticSet9Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1047group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property));
System\Windows\Documents\Typography.cs (7)
180get { return (bool) _owner.GetValue(StylisticSet9Property); } 181set { _owner.SetValue(StylisticSet9Property, value); } 829/// <seealso cref="Typography.StylisticSet9Property" /> 834element.SetValue(StylisticSet9Property, value); 841/// <seealso cref="Typography.StylisticSet9Property" /> 847return (bool)element.GetValue(StylisticSet9Property); 1932StylisticSet9Property,