8 references to ContextualLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1091group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
83get { return (bool) _owner.GetValue(ContextualLigaturesProperty); } 84set { _owner.SetValue(ContextualLigaturesProperty, value); } 415/// <seealso cref="Typography.ContextualLigaturesProperty" /> 423element.SetValue(ContextualLigaturesProperty, value); 430/// <seealso cref="Typography.ContextualLigaturesProperty" /> 439return (bool)element.GetValue(ContextualLigaturesProperty); 2195ContextualLigaturesProperty,