8 references to KerningProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1036group.SetKerning((bool) element.GetValue(Typography.KerningProperty));
System\Windows\Documents\Typography.cs (7)
103get { return (bool) _owner.GetValue(KerningProperty); } 104set { _owner.SetValue(KerningProperty, value); } 543/// <seealso cref="Typography.KerningProperty" /> 548element.SetValue(KerningProperty, value); 555/// <seealso cref="Typography.KerningProperty" /> 561return (bool)element.GetValue(KerningProperty); 1921KerningProperty,