6 references to DiscretionaryLigaturesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1031
group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.
DiscretionaryLigaturesProperty
));
System\Windows\Documents\Typography.cs (5)
68
get { return (bool) _owner.GetValue(
DiscretionaryLigaturesProperty
); }
69
set { _owner.SetValue(
DiscretionaryLigaturesProperty
, value); }
418
element.SetValue(
DiscretionaryLigaturesProperty
, value);
431
return (bool)element.GetValue(
DiscretionaryLigaturesProperty
);
1916
DiscretionaryLigaturesProperty
,