8 references to StandardLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1029
group.SetStandardLigatures((bool) element.GetValue(Typography.
StandardLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
54
get { return (bool) _owner.GetValue(
StandardLigaturesProperty
); }
55
set { _owner.SetValue(
StandardLigaturesProperty
, value); }
361
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
366
element.SetValue(
StandardLigaturesProperty
, value);
373
/// <seealso cref="Typography.
StandardLigaturesProperty
" />
379
return (bool)element.GetValue(
StandardLigaturesProperty
);
1914
StandardLigaturesProperty
,