8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1030group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
61get { return (bool) _owner.GetValue(ContextualLigaturesProperty); } 62set { _owner.SetValue(ContextualLigaturesProperty, value); } 387/// <seealso cref="Typography.ContextualLigaturesProperty" /> 392element.SetValue(ContextualLigaturesProperty, value); 399/// <seealso cref="Typography.ContextualLigaturesProperty" /> 405return (bool)element.GetValue(ContextualLigaturesProperty); 1915ContextualLigaturesProperty,