6 references to StylisticSet20Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1058group.SetStylisticSet20((bool) element.GetValue(Typography.StylisticSet20Property));
System\Windows\Documents\Typography.cs (5)
257get { return (bool) _owner.GetValue(StylisticSet20Property); } 258set { _owner.SetValue(StylisticSet20Property, value); } 1120element.SetValue(StylisticSet20Property, value); 1133return (bool)element.GetValue(StylisticSet20Property); 1943StylisticSet20Property,