8 references to StylisticSet18Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1071group.SetStylisticSet18((bool) element.GetValue(Typography.StylisticSet18Property));
System\Windows\Documents\Typography.cs (7)
244get { return (bool) _owner.GetValue(StylisticSet18Property); } 245set { _owner.SetValue(StylisticSet18Property, value); } 1064/// <seealso cref="Typography.StylisticSet18Property" /> 1069element.SetValue(StylisticSet18Property, value); 1076/// <seealso cref="Typography.StylisticSet18Property" /> 1082return (bool)element.GetValue(StylisticSet18Property); 1942StylisticSet18Property,