8 references to StandardLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1090
group.SetStandardLigatures((bool) element.GetValue(Typography.
StandardLigaturesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
76
get { return (bool) _owner.GetValue(
StandardLigaturesProperty
); }
77
set { _owner.SetValue(
StandardLigaturesProperty
, value); }
383
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
391
element.SetValue(
StandardLigaturesProperty
, value);
398
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
407
return (bool)element.GetValue(
StandardLigaturesProperty
);
2194
StandardLigaturesProperty
,