8 references to KerningProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1097group.SetKerning((bool) element.GetValue(Typography.KerningProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
125get { return (bool) _owner.GetValue(KerningProperty); } 126set { _owner.SetValue(KerningProperty, value); } 607/// <seealso cref="Typography.KerningProperty" /> 615element.SetValue(KerningProperty, value); 622/// <seealso cref="Typography.KerningProperty" /> 631return (bool)element.GetValue(KerningProperty); 2201KerningProperty,