6 references to ContextualSwashesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1070
group.SetContextualSwashes((int) element.GetValue(Typography.
ContextualSwashesProperty
));
System\Windows\Documents\Typography.cs (5)
341
get { return (int) _owner.GetValue(
ContextualSwashesProperty
); }
342
set { _owner.SetValue(
ContextualSwashesProperty
, value); }
1432
element.SetValue(
ContextualSwashesProperty
, value);
1445
return (int)element.GetValue(
ContextualSwashesProperty
);
1955
ContextualSwashesProperty
,