8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1046group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
75get { return (bool) _owner.GetValue(ContextualLigaturesProperty); } 76set { _owner.SetValue(ContextualLigaturesProperty, value); } 401/// <seealso cref="Typography.ContextualLigaturesProperty" /> 406element.SetValue(ContextualLigaturesProperty, value); 413/// <seealso cref="Typography.ContextualLigaturesProperty" /> 419return (bool)element.GetValue(ContextualLigaturesProperty); 1929ContextualLigaturesProperty,