8 references to KerningProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1051group.SetKerning((bool) element.GetValue(Typography.KerningProperty));
System\Windows\Documents\Typography.cs (7)
104get { return (bool) _owner.GetValue(KerningProperty); } 105set { _owner.SetValue(KerningProperty, value); } 544/// <seealso cref="Typography.KerningProperty" /> 549element.SetValue(KerningProperty, value); 556/// <seealso cref="Typography.KerningProperty" /> 562return (bool)element.GetValue(KerningProperty); 1922KerningProperty,