8 references to StylisticSet1Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1039group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property));
System\Windows\Documents\Typography.cs (7)
124get { return (bool) _owner.GetValue(StylisticSet1Property); } 125set { _owner.SetValue(StylisticSet1Property, value); } 621/// <seealso cref="Typography.StylisticSet1Property" /> 626element.SetValue(StylisticSet1Property, value); 633/// <seealso cref="Typography.StylisticSet1Property" /> 639return (bool)element.GetValue(StylisticSet1Property); 1924StylisticSet1Property,