8 references to StylisticSet9Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1063group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property));
System\Windows\Documents\Typography.cs (7)
194get { return (bool) _owner.GetValue(StylisticSet9Property); } 195set { _owner.SetValue(StylisticSet9Property, value); } 843/// <seealso cref="Typography.StylisticSet9Property" /> 848element.SetValue(StylisticSet9Property, value); 855/// <seealso cref="Typography.StylisticSet9Property" /> 861return (bool)element.GetValue(StylisticSet9Property); 1946StylisticSet9Property,