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