8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1029group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
54get { return (bool) _owner.GetValue(StandardLigaturesProperty); } 55set { _owner.SetValue(StandardLigaturesProperty, value); } 361/// <seealso cref="Typography.StandardLigaturesProperty" /> 366element.SetValue(StandardLigaturesProperty, value); 373/// <seealso cref="Typography.StandardLigaturesProperty" /> 379return (bool)element.GetValue(StandardLigaturesProperty); 1914StandardLigaturesProperty,