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