6 references to StylisticSet4Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1042group.SetStylisticSet4((bool) element.GetValue(Typography.StylisticSet4Property));
System\Windows\Documents\Typography.cs (5)
145get { return (bool) _owner.GetValue(StylisticSet4Property); } 146set { _owner.SetValue(StylisticSet4Property, value); } 704element.SetValue(StylisticSet4Property, value); 717return (bool)element.GetValue(StylisticSet4Property); 1927StylisticSet4Property,