8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1045group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
68get { return (bool) _owner.GetValue(StandardLigaturesProperty); } 69set { _owner.SetValue(StandardLigaturesProperty, value); } 375/// <seealso cref="Typography.StandardLigaturesProperty" /> 380element.SetValue(StandardLigaturesProperty, value); 387/// <seealso cref="Typography.StandardLigaturesProperty" /> 393return (bool)element.GetValue(StandardLigaturesProperty); 1928StandardLigaturesProperty,