8 references to StylisticSet11Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1110group.SetStylisticSet11((bool) element.GetValue(Typography.StylisticSet11Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
216get { return (bool) _owner.GetValue(StylisticSet11Property); } 217set { _owner.SetValue(StylisticSet11Property, value); } 1023/// <seealso cref="Typography.StylisticSet11Property" /> 1031element.SetValue(StylisticSet11Property, value); 1038/// <seealso cref="Typography.StylisticSet11Property" /> 1047return (bool)element.GetValue(StylisticSet11Property); 2214StylisticSet11Property,