8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1092group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
90get { return (bool) _owner.GetValue(DiscretionaryLigaturesProperty); } 91set { _owner.SetValue(DiscretionaryLigaturesProperty, value); } 447/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 455element.SetValue(DiscretionaryLigaturesProperty, value); 462/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 471return (bool)element.GetValue(DiscretionaryLigaturesProperty); 2196DiscretionaryLigaturesProperty,