8 references to StylisticSet4Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1103group.SetStylisticSet4((bool) element.GetValue(Typography.StylisticSet4Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
167get { return (bool) _owner.GetValue(StylisticSet4Property); } 168set { _owner.SetValue(StylisticSet4Property, value); } 799/// <seealso cref="Typography.StylisticSet4Property" /> 807element.SetValue(StylisticSet4Property, value); 814/// <seealso cref="Typography.StylisticSet4Property" /> 823return (bool)element.GetValue(StylisticSet4Property); 2207StylisticSet4Property,