8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1045
group.SetStandardLigatures((bool) element.GetValue(Typography.
StandardLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
68
get { return (bool) _owner.GetValue(
StandardLigaturesProperty
); }
69
set { _owner.SetValue(
StandardLigaturesProperty
, value); }
375
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
380
element.SetValue(
StandardLigaturesProperty
, value);
387
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
393
return (bool)element.GetValue(
StandardLigaturesProperty
);
1928
StandardLigaturesProperty
,