8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1031
group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.
DiscretionaryLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
68
get { return (bool) _owner.GetValue(
DiscretionaryLigaturesProperty
); }
69
set { _owner.SetValue(
DiscretionaryLigaturesProperty
, value); }
413
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
418
element.SetValue(
DiscretionaryLigaturesProperty
, value);
425
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
431
return (bool)element.GetValue(
DiscretionaryLigaturesProperty
);
1916
DiscretionaryLigaturesProperty
,