8 references to HistoricalLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1093
group.SetHistoricalLigatures((bool) element.GetValue(Typography.
HistoricalLigaturesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
97
get { return (bool) _owner.GetValue(
HistoricalLigaturesProperty
); }
98
set { _owner.SetValue(
HistoricalLigaturesProperty
, value); }
479
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
487
element.SetValue(
HistoricalLigaturesProperty
, value);
494
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
503
return (bool)element.GetValue(
HistoricalLigaturesProperty
);
2197
HistoricalLigaturesProperty
,