8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1046group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
69get { return (bool) _owner.GetValue(DiscretionaryLigaturesProperty); } 70set { _owner.SetValue(DiscretionaryLigaturesProperty, value); } 414/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 419element.SetValue(DiscretionaryLigaturesProperty, value); 426/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 432return (bool)element.GetValue(DiscretionaryLigaturesProperty); 1917DiscretionaryLigaturesProperty,