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