8 references to HistoricalFormsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1036group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty));
System\Windows\Documents\Typography.cs (7)
97get { return (bool) _owner.GetValue(HistoricalFormsProperty); } 98set { _owner.SetValue(HistoricalFormsProperty, value); } 518/// <seealso cref="Typography.HistoricalFormsProperty" /> 523element.SetValue(HistoricalFormsProperty, value); 530/// <seealso cref="Typography.HistoricalFormsProperty" /> 536return (bool)element.GetValue(HistoricalFormsProperty); 1921HistoricalFormsProperty,