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