8 references to StylisticSet4Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1042group.SetStylisticSet4((bool) element.GetValue(Typography.StylisticSet4Property));
System\Windows\Documents\Typography.cs (7)
145get { return (bool) _owner.GetValue(StylisticSet4Property); } 146set { _owner.SetValue(StylisticSet4Property, value); } 699/// <seealso cref="Typography.StylisticSet4Property" /> 704element.SetValue(StylisticSet4Property, value); 711/// <seealso cref="Typography.StylisticSet4Property" /> 717return (bool)element.GetValue(StylisticSet4Property); 1927StylisticSet4Property,