8 references to ContextualAlternatesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1035
group.SetContextualAlternates((bool) element.GetValue(Typography.
ContextualAlternatesProperty
));
System\Windows\Documents\Typography.cs (7)
90
get { return (bool) _owner.GetValue(
ContextualAlternatesProperty
); }
91
set { _owner.SetValue(
ContextualAlternatesProperty
, value); }
492
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
497
element.SetValue(
ContextualAlternatesProperty
, value);
504
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
510
return (bool)element.GetValue(
ContextualAlternatesProperty
);
1920
ContextualAlternatesProperty
,