8 references to StylisticSet9Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1048group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property));
System\Windows\Documents\Typography.cs (7)
181get { return (bool) _owner.GetValue(StylisticSet9Property); } 182set { _owner.SetValue(StylisticSet9Property, value); } 830/// <seealso cref="Typography.StylisticSet9Property" /> 835element.SetValue(StylisticSet9Property, value); 842/// <seealso cref="Typography.StylisticSet9Property" /> 848return (bool)element.GetValue(StylisticSet9Property); 1933StylisticSet9Property,