8 references to ContextualSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1071
group.SetContextualSwashes((int) element.GetValue(Typography.
ContextualSwashesProperty
));
System\Windows\Documents\Typography.cs (7)
342
get { return (int) _owner.GetValue(
ContextualSwashesProperty
); }
343
set { _owner.SetValue(
ContextualSwashesProperty
, value); }
1428
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1433
element.SetValue(
ContextualSwashesProperty
, value);
1440
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1446
return (int)element.GetValue(
ContextualSwashesProperty
);
1956
ContextualSwashesProperty
,