6 references to HistoricalLigaturesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1032group.SetHistoricalLigatures((bool) element.GetValue(Typography.HistoricalLigaturesProperty));
System\Windows\Documents\Typography.cs (5)
75get { return (bool) _owner.GetValue(HistoricalLigaturesProperty); } 76set { _owner.SetValue(HistoricalLigaturesProperty, value); } 444element.SetValue(HistoricalLigaturesProperty, value); 457return (bool)element.GetValue(HistoricalLigaturesProperty); 1917HistoricalLigaturesProperty,