8 references to StylisticSet5Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1058group.SetStylisticSet5((bool) element.GetValue(Typography.StylisticSet5Property));
System\Windows\Documents\Typography.cs (7)
153get { return (bool) _owner.GetValue(StylisticSet5Property); } 154set { _owner.SetValue(StylisticSet5Property, value); } 726/// <seealso cref="Typography.StylisticSet5Property" /> 731element.SetValue(StylisticSet5Property, value); 738/// <seealso cref="Typography.StylisticSet5Property" /> 744return (bool)element.GetValue(StylisticSet5Property); 1929StylisticSet5Property,