8 references to StylisticSet9Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1108group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property));
src\Framework\System\Windows\Documents\Typography.cs (7)
202get { return (bool) _owner.GetValue(StylisticSet9Property); } 203set { _owner.SetValue(StylisticSet9Property, value); } 959/// <seealso cref="Typography.StylisticSet9Property" /> 967element.SetValue(StylisticSet9Property, value); 974/// <seealso cref="Typography.StylisticSet9Property" /> 983return (bool)element.GetValue(StylisticSet9Property); 2212StylisticSet9Property,