8 references to StandardLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1090group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
76get { return (bool) _owner.GetValue(StandardLigaturesProperty); } 77set { _owner.SetValue(StandardLigaturesProperty, value); } 383/// <seealso cref="Typography.StandardLigaturesProperty" /> 391element.SetValue(StandardLigaturesProperty, value); 398/// <seealso cref="Typography.StandardLigaturesProperty" /> 407return (bool)element.GetValue(StandardLigaturesProperty); 2194StandardLigaturesProperty,