8 references to KerningProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1036
group.SetKerning((bool) element.GetValue(Typography.
KerningProperty
));
System\Windows\Documents\Typography.cs (7)
103
get { return (bool) _owner.GetValue(
KerningProperty
); }
104
set { _owner.SetValue(
KerningProperty
, value); }
543
/// <seealso cref="Typography.
KerningProperty
" />
548
element.SetValue(
KerningProperty
, value);
555
/// <seealso cref="Typography.
KerningProperty
" />
561
return (bool)element.GetValue(
KerningProperty
);
1921
KerningProperty
,