8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1030group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
55get { return (bool) _owner.GetValue(StandardLigaturesProperty); } 56set { _owner.SetValue(StandardLigaturesProperty, value); } 362/// <seealso cref="Typography.StandardLigaturesProperty" /> 367element.SetValue(StandardLigaturesProperty, value); 374/// <seealso cref="Typography.StandardLigaturesProperty" /> 380return (bool)element.GetValue(StandardLigaturesProperty); 1915StandardLigaturesProperty,