8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1046
group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.
DiscretionaryLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
69
get { return (bool) _owner.GetValue(
DiscretionaryLigaturesProperty
); }
70
set { _owner.SetValue(
DiscretionaryLigaturesProperty
, value); }
414
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
419
element.SetValue(
DiscretionaryLigaturesProperty
, value);
426
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
432
return (bool)element.GetValue(
DiscretionaryLigaturesProperty
);
1917
DiscretionaryLigaturesProperty
,