8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1031group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
68get { return (bool) _owner.GetValue(DiscretionaryLigaturesProperty); } 69set { _owner.SetValue(DiscretionaryLigaturesProperty, value); } 413/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 418element.SetValue(DiscretionaryLigaturesProperty, value); 425/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 431return (bool)element.GetValue(DiscretionaryLigaturesProperty); 1916DiscretionaryLigaturesProperty,