8 references to KerningProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1052
group.SetKerning((bool) element.GetValue(Typography.
KerningProperty
));
System\Windows\Documents\Typography.cs (7)
117
get { return (bool) _owner.GetValue(
KerningProperty
); }
118
set { _owner.SetValue(
KerningProperty
, value); }
557
/// <seealso cref="Typography.
KerningProperty
" />
562
element.SetValue(
KerningProperty
, value);
569
/// <seealso cref="Typography.
KerningProperty
" />
575
return (bool)element.GetValue(
KerningProperty
);
1935
KerningProperty
,