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