8 references to ContextualSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1086
group.SetContextualSwashes((int) element.GetValue(Typography.
ContextualSwashesProperty
));
System\Windows\Documents\Typography.cs (7)
355
get { return (int) _owner.GetValue(
ContextualSwashesProperty
); }
356
set { _owner.SetValue(
ContextualSwashesProperty
, value); }
1441
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1446
element.SetValue(
ContextualSwashesProperty
, value);
1453
/// <seealso cref="Typography.
ContextualSwashesProperty
" />
1459
return (int)element.GetValue(
ContextualSwashesProperty
);
1969
ContextualSwashesProperty
,