8 references to StylisticSet18Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1117group.SetStylisticSet18((bool) element.GetValue(Typography.StylisticSet18Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
265get { return (bool) _owner.GetValue(StylisticSet18Property); } 266set { _owner.SetValue(StylisticSet18Property, value); } 1247/// <seealso cref="Typography.StylisticSet18Property" /> 1255element.SetValue(StylisticSet18Property, value); 1262/// <seealso cref="Typography.StylisticSet18Property" /> 1271return (bool)element.GetValue(StylisticSet18Property); 2221StylisticSet18Property,