8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1045group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
62get { return (bool) _owner.GetValue(ContextualLigaturesProperty); } 63set { _owner.SetValue(ContextualLigaturesProperty, value); } 388/// <seealso cref="Typography.ContextualLigaturesProperty" /> 393element.SetValue(ContextualLigaturesProperty, value); 400/// <seealso cref="Typography.ContextualLigaturesProperty" /> 406return (bool)element.GetValue(ContextualLigaturesProperty); 1916ContextualLigaturesProperty,