8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1030
group.SetStandardLigatures((bool) element.GetValue(Typography.
StandardLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
55
get { return (bool) _owner.GetValue(
StandardLigaturesProperty
); }
56
set { _owner.SetValue(
StandardLigaturesProperty
, value); }
362
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
367
element.SetValue(
StandardLigaturesProperty
, value);
374
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
380
return (bool)element.GetValue(
StandardLigaturesProperty
);
1915
StandardLigaturesProperty
,