8 references to StylisticSet8Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1107group.SetStylisticSet8((bool) element.GetValue(Typography.StylisticSet8Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
195get { return (bool) _owner.GetValue(StylisticSet8Property); } 196set { _owner.SetValue(StylisticSet8Property, value); } 927/// <seealso cref="Typography.StylisticSet8Property" /> 935element.SetValue(StylisticSet8Property, value); 942/// <seealso cref="Typography.StylisticSet8Property" /> 951return (bool)element.GetValue(StylisticSet8Property); 2211StylisticSet8Property,