8 references to ContextualLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1091
group.SetContextualLigatures((bool) element.GetValue(Typography.
ContextualLigaturesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
83
get { return (bool) _owner.GetValue(
ContextualLigaturesProperty
); }
84
set { _owner.SetValue(
ContextualLigaturesProperty
, value); }
415
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
423
element.SetValue(
ContextualLigaturesProperty
, value);
430
/// <seealso cref="Typography.
ContextualLigaturesProperty
" />
439
return (bool)element.GetValue(
ContextualLigaturesProperty
);
2195
ContextualLigaturesProperty
,