8 references to StylisticSet1Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1054group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property));
System\Windows\Documents\Typography.cs (7)
125get { return (bool) _owner.GetValue(StylisticSet1Property); } 126set { _owner.SetValue(StylisticSet1Property, value); } 622/// <seealso cref="Typography.StylisticSet1Property" /> 627element.SetValue(StylisticSet1Property, value); 634/// <seealso cref="Typography.StylisticSet1Property" /> 640return (bool)element.GetValue(StylisticSet1Property); 1925StylisticSet1Property,