6 references to KerningProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1036group.SetKerning((bool) element.GetValue(Typography.KerningProperty));
System\Windows\Documents\Typography.cs (5)
103get { return (bool) _owner.GetValue(KerningProperty); } 104set { _owner.SetValue(KerningProperty, value); } 548element.SetValue(KerningProperty, value); 561return (bool)element.GetValue(KerningProperty); 1921KerningProperty,