8 references to HistoricalFormsProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1051
group.SetHistoricalForms((bool) element.GetValue(Typography.
HistoricalFormsProperty
));
System\Windows\Documents\Typography.cs (7)
110
get { return (bool) _owner.GetValue(
HistoricalFormsProperty
); }
111
set { _owner.SetValue(
HistoricalFormsProperty
, value); }
531
/// <seealso cref="Typography.
HistoricalFormsProperty
" />
536
element.SetValue(
HistoricalFormsProperty
, value);
543
/// <seealso cref="Typography.
HistoricalFormsProperty
" />
549
return (bool)element.GetValue(
HistoricalFormsProperty
);
1934
HistoricalFormsProperty
,