8 references to ContextualSwashesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1131
group.SetContextualSwashes((int) element.GetValue(Typography.
ContextualSwashesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
363
get { return (int) _owner.GetValue(
ContextualSwashesProperty
); }
364
set { _owner.SetValue(
ContextualSwashesProperty
, value); }
1695
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1703
element.SetValue(
ContextualSwashesProperty
, value);
1710
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1719
return (int)element.GetValue(
ContextualSwashesProperty
);
2235
ContextualSwashesProperty
,