8 references to HistoricalLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1093group.SetHistoricalLigatures((bool) element.GetValue(Typography.HistoricalLigaturesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
97get { return (bool) _owner.GetValue(HistoricalLigaturesProperty); } 98set { _owner.SetValue(HistoricalLigaturesProperty, value); } 479/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 487element.SetValue(HistoricalLigaturesProperty, value); 494/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 503return (bool)element.GetValue(HistoricalLigaturesProperty); 2197HistoricalLigaturesProperty,