8 references to HistoricalLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1032
group.SetHistoricalLigatures((bool) element.GetValue(Typography.
HistoricalLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
75
get { return (bool) _owner.GetValue(
HistoricalLigaturesProperty
); }
76
set { _owner.SetValue(
HistoricalLigaturesProperty
, value); }
439
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
444
element.SetValue(
HistoricalLigaturesProperty
, value);
451
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
457
return (bool)element.GetValue(
HistoricalLigaturesProperty
);
1917
HistoricalLigaturesProperty
,