6 references to DiscretionaryLigaturesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1031group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty));
System\Windows\Documents\Typography.cs (5)
68get { return (bool) _owner.GetValue(DiscretionaryLigaturesProperty); } 69set { _owner.SetValue(DiscretionaryLigaturesProperty, value); } 418element.SetValue(DiscretionaryLigaturesProperty, value); 431return (bool)element.GetValue(DiscretionaryLigaturesProperty); 1916DiscretionaryLigaturesProperty,