8 references to HistoricalLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1033
group.SetHistoricalLigatures((bool) element.GetValue(Typography.
HistoricalLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
76
get { return (bool) _owner.GetValue(
HistoricalLigaturesProperty
); }
77
set { _owner.SetValue(
HistoricalLigaturesProperty
, value); }
440
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
445
element.SetValue(
HistoricalLigaturesProperty
, value);
452
/// <seealso cref="Typography.
HistoricalLigaturesProperty
" />
458
return (bool)element.GetValue(
HistoricalLigaturesProperty
);
1918
HistoricalLigaturesProperty
,