8 references to StylisticSet13Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1112group.SetStylisticSet13((bool) element.GetValue(Typography.StylisticSet13Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
230get { return (bool) _owner.GetValue(StylisticSet13Property); } 231set { _owner.SetValue(StylisticSet13Property, value); } 1087/// <seealso cref="Typography.StylisticSet13Property" /> 1095element.SetValue(StylisticSet13Property, value); 1102/// <seealso cref="Typography.StylisticSet13Property" /> 1111return (bool)element.GetValue(StylisticSet13Property); 2216StylisticSet13Property,