8 references to StylisticSet20Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1119group.SetStylisticSet20((bool) element.GetValue(Typography.StylisticSet20Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
279get { return (bool) _owner.GetValue(StylisticSet20Property); } 280set { _owner.SetValue(StylisticSet20Property, value); } 1311/// <seealso cref="Typography.StylisticSet20Property" /> 1319element.SetValue(StylisticSet20Property, value); 1326/// <seealso cref="Typography.StylisticSet20Property" /> 1335return (bool)element.GetValue(StylisticSet20Property); 2223StylisticSet20Property,