8 references to HistoricalFormsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1051group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty));
System\Windows\Documents\Typography.cs (7)
110get { return (bool) _owner.GetValue(HistoricalFormsProperty); } 111set { _owner.SetValue(HistoricalFormsProperty, value); } 531/// <seealso cref="Typography.HistoricalFormsProperty" /> 536element.SetValue(HistoricalFormsProperty, value); 543/// <seealso cref="Typography.HistoricalFormsProperty" /> 549return (bool)element.GetValue(HistoricalFormsProperty); 1934HistoricalFormsProperty,