6 references to HistoricalFormsProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1035group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty));
System\Windows\Documents\Typography.cs (5)
96get { return (bool) _owner.GetValue(HistoricalFormsProperty); } 97set { _owner.SetValue(HistoricalFormsProperty, value); } 522element.SetValue(HistoricalFormsProperty, value); 535return (bool)element.GetValue(HistoricalFormsProperty); 1920HistoricalFormsProperty,