8 references to DiscretionaryLigaturesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1047
group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.
DiscretionaryLigaturesProperty
));
System\Windows\Documents\Typography.cs (7)
82
get { return (bool) _owner.GetValue(
DiscretionaryLigaturesProperty
); }
83
set { _owner.SetValue(
DiscretionaryLigaturesProperty
, value); }
427
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
432
element.SetValue(
DiscretionaryLigaturesProperty
, value);
439
/// <seealso cref="Typography.
DiscretionaryLigaturesProperty
" />
445
return (bool)element.GetValue(
DiscretionaryLigaturesProperty
);
1930
DiscretionaryLigaturesProperty
,