8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1054group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property));
System\Windows\Documents\Typography.cs (7)
229get { return (bool) _owner.GetValue(StylisticSet16Property); } 230set { _owner.SetValue(StylisticSet16Property, value); } 1011/// <seealso cref="Typography.StylisticSet16Property" /> 1016element.SetValue(StylisticSet16Property, value); 1023/// <seealso cref="Typography.StylisticSet16Property" /> 1029return (bool)element.GetValue(StylisticSet16Property); 1939StylisticSet16Property,