8 references to StylisticSet3Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1056group.SetStylisticSet3((bool) element.GetValue(Typography.StylisticSet3Property));
System\Windows\Documents\Typography.cs (7)
139get { return (bool) _owner.GetValue(StylisticSet3Property); } 140set { _owner.SetValue(StylisticSet3Property, value); } 674/// <seealso cref="Typography.StylisticSet3Property" /> 679element.SetValue(StylisticSet3Property, value); 686/// <seealso cref="Typography.StylisticSet3Property" /> 692return (bool)element.GetValue(StylisticSet3Property); 1927StylisticSet3Property,