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