8 references to KerningProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1052group.SetKerning((bool) element.GetValue(Typography.KerningProperty));
System\Windows\Documents\Typography.cs (7)
117get { return (bool) _owner.GetValue(KerningProperty); } 118set { _owner.SetValue(KerningProperty, value); } 557/// <seealso cref="Typography.KerningProperty" /> 562element.SetValue(KerningProperty, value); 569/// <seealso cref="Typography.KerningProperty" /> 575return (bool)element.GetValue(KerningProperty); 1935KerningProperty,