8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1030
group.SetContextualLigatures((bool) element.GetValue(Typography.
ContextualLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
61
get { return (bool) _owner.GetValue(
ContextualLigaturesProperty
); }
62
set { _owner.SetValue(
ContextualLigaturesProperty
, value); }
387
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
392
element.SetValue(
ContextualLigaturesProperty
, value);
399
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
405
return (bool)element.GetValue(
ContextualLigaturesProperty
);
1915
ContextualLigaturesProperty
,