8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1046
group.SetContextualLigatures((bool) element.GetValue(Typography.
ContextualLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
75
get { return (bool) _owner.GetValue(
ContextualLigaturesProperty
); }
76
set { _owner.SetValue(
ContextualLigaturesProperty
, value); }
401
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
406
element.SetValue(
ContextualLigaturesProperty
, value);
413
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
419
return (bool)element.GetValue(
ContextualLigaturesProperty
);
1929
ContextualLigaturesProperty
,