8 references to StylisticSet6Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1105group.SetStylisticSet6((bool) element.GetValue(Typography.StylisticSet6Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
181get { return (bool) _owner.GetValue(StylisticSet6Property); } 182set { _owner.SetValue(StylisticSet6Property, value); } 863/// <seealso cref="Typography.StylisticSet6Property" /> 871element.SetValue(StylisticSet6Property, value); 878/// <seealso cref="Typography.StylisticSet6Property" /> 887return (bool)element.GetValue(StylisticSet6Property); 2209StylisticSet6Property,