8 references to ContextualLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1045
group.SetContextualLigatures((bool) element.GetValue(Typography.
ContextualLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
62
get { return (bool) _owner.GetValue(
ContextualLigaturesProperty
); }
63
set { _owner.SetValue(
ContextualLigaturesProperty
, value); }
388
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
393
element.SetValue(
ContextualLigaturesProperty
, value);
400
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
406
return (bool)element.GetValue(
ContextualLigaturesProperty
);
1916
ContextualLigaturesProperty
,