6 references to KerningProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1036
group.SetKerning((bool) element.GetValue(Typography.
KerningProperty
));
System\Windows\Documents\Typography.cs (5)
103
get { return (bool) _owner.GetValue(
KerningProperty
); }
104
set { _owner.SetValue(
KerningProperty
, value); }
548
element.SetValue(
KerningProperty
, value);
561
return (bool)element.GetValue(
KerningProperty
);
1921
KerningProperty
,