8 references to HistoricalFormsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1035group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty));
System\Windows\Documents\Typography.cs (7)
96get { return (bool) _owner.GetValue(HistoricalFormsProperty); } 97set { _owner.SetValue(HistoricalFormsProperty, value); } 517/// <seealso cref="Typography.HistoricalFormsProperty" /> 522element.SetValue(HistoricalFormsProperty, value); 529/// <seealso cref="Typography.HistoricalFormsProperty" /> 535return (bool)element.GetValue(HistoricalFormsProperty); 1920HistoricalFormsProperty,