8 references to StylisticSet3Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1102group.SetStylisticSet3((bool) element.GetValue(Typography.StylisticSet3Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
160get { return (bool) _owner.GetValue(StylisticSet3Property); } 161set { _owner.SetValue(StylisticSet3Property, value); } 767/// <seealso cref="Typography.StylisticSet3Property" /> 775element.SetValue(StylisticSet3Property, value); 782/// <seealso cref="Typography.StylisticSet3Property" /> 791return (bool)element.GetValue(StylisticSet3Property); 2206StylisticSet3Property,