8 references to StylisticSet1Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1100group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
146get { return (bool) _owner.GetValue(StylisticSet1Property); } 147set { _owner.SetValue(StylisticSet1Property, value); } 703/// <seealso cref="Typography.StylisticSet1Property" /> 711element.SetValue(StylisticSet1Property, value); 718/// <seealso cref="Typography.StylisticSet1Property" /> 727return (bool)element.GetValue(StylisticSet1Property); 2204StylisticSet1Property,