8 references to StylisticSet1Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property));
System\Windows\Documents\Typography.cs (7)
138get { return (bool) _owner.GetValue(StylisticSet1Property); } 139set { _owner.SetValue(StylisticSet1Property, value); } 635/// <seealso cref="Typography.StylisticSet1Property" /> 640element.SetValue(StylisticSet1Property, value); 647/// <seealso cref="Typography.StylisticSet1Property" /> 653return (bool)element.GetValue(StylisticSet1Property); 1938StylisticSet1Property,