8 references to HistoricalLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1048
group.SetHistoricalLigatures((bool) element.GetValue(Typography.
HistoricalLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
89
get { return (bool) _owner.GetValue(
HistoricalLigaturesProperty
); }
90
set { _owner.SetValue(
HistoricalLigaturesProperty
, value); }
453
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
458
element.SetValue(
HistoricalLigaturesProperty
, value);
465
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
471
return (bool)element.GetValue(
HistoricalLigaturesProperty
);
1931
HistoricalLigaturesProperty
,