8 references to StylisticSet15Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1053group.SetStylisticSet15((bool) element.GetValue(Typography.StylisticSet15Property));
System\Windows\Documents\Typography.cs (7)
222get { return (bool) _owner.GetValue(StylisticSet15Property); } 223set { _owner.SetValue(StylisticSet15Property, value); } 985/// <seealso cref="Typography.StylisticSet15Property" /> 990element.SetValue(StylisticSet15Property, value); 997/// <seealso cref="Typography.StylisticSet15Property" /> 1003return (bool)element.GetValue(StylisticSet15Property); 1938StylisticSet15Property,