8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1047group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty));
System\Windows\Documents\Typography.cs (7)
82get { return (bool) _owner.GetValue(DiscretionaryLigaturesProperty); } 83set { _owner.SetValue(DiscretionaryLigaturesProperty, value); } 427/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 432element.SetValue(DiscretionaryLigaturesProperty, value); 439/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 445return (bool)element.GetValue(DiscretionaryLigaturesProperty); 1930DiscretionaryLigaturesProperty,