6 references to StandardLigaturesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1029group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty));
System\Windows\Documents\Typography.cs (5)
54get { return (bool) _owner.GetValue(StandardLigaturesProperty); } 55set { _owner.SetValue(StandardLigaturesProperty, value); } 366element.SetValue(StandardLigaturesProperty, value); 379return (bool)element.GetValue(StandardLigaturesProperty); 1914StandardLigaturesProperty,