8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1092
group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.
DiscretionaryLigaturesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
90
get { return (bool) _owner.GetValue(
DiscretionaryLigaturesProperty
); }
91
set { _owner.SetValue(
DiscretionaryLigaturesProperty
, value); }
447
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
455
element.SetValue(
DiscretionaryLigaturesProperty
, value);
462
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
471
return (bool)element.GetValue(
DiscretionaryLigaturesProperty
);
2196
DiscretionaryLigaturesProperty
,