8 references to StylisticSet15Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1068group.SetStylisticSet15((bool) element.GetValue(Typography.StylisticSet15Property));
System\Windows\Documents\Typography.cs (7)
223get { return (bool) _owner.GetValue(StylisticSet15Property); } 224set { _owner.SetValue(StylisticSet15Property, value); } 986/// <seealso cref="Typography.StylisticSet15Property" /> 991element.SetValue(StylisticSet15Property, value); 998/// <seealso cref="Typography.StylisticSet15Property" /> 1004return (bool)element.GetValue(StylisticSet15Property); 1939StylisticSet15Property,