8 references to StylisticSet5Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1104group.SetStylisticSet5((bool) element.GetValue(Typography.StylisticSet5Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
174get { return (bool) _owner.GetValue(StylisticSet5Property); } 175set { _owner.SetValue(StylisticSet5Property, value); } 831/// <seealso cref="Typography.StylisticSet5Property" /> 839element.SetValue(StylisticSet5Property, value); 846/// <seealso cref="Typography.StylisticSet5Property" /> 855return (bool)element.GetValue(StylisticSet5Property); 2208StylisticSet5Property,