8 references to StylisticSet15Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1114group.SetStylisticSet15((bool) element.GetValue(Typography.StylisticSet15Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
244get { return (bool) _owner.GetValue(StylisticSet15Property); } 245set { _owner.SetValue(StylisticSet15Property, value); } 1151/// <seealso cref="Typography.StylisticSet15Property" /> 1159element.SetValue(StylisticSet15Property, value); 1166/// <seealso cref="Typography.StylisticSet15Property" /> 1175return (bool)element.GetValue(StylisticSet15Property); 2218StylisticSet15Property,