6 references to StylisticSet18Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1056group.SetStylisticSet18((bool) element.GetValue(Typography.StylisticSet18Property));
System\Windows\Documents\Typography.cs (5)
243get { return (bool) _owner.GetValue(StylisticSet18Property); } 244set { _owner.SetValue(StylisticSet18Property, value); } 1068element.SetValue(StylisticSet18Property, value); 1081return (bool)element.GetValue(StylisticSet18Property); 1941StylisticSet18Property,