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