8 references to StylisticSet16Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1115group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
251get { return (bool) _owner.GetValue(StylisticSet16Property); } 252set { _owner.SetValue(StylisticSet16Property, value); } 1183/// <seealso cref="Typography.StylisticSet16Property" /> 1191element.SetValue(StylisticSet16Property, value); 1198/// <seealso cref="Typography.StylisticSet16Property" /> 1207return (bool)element.GetValue(StylisticSet16Property); 2219StylisticSet16Property,