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